Add OriginalID to Release

This commit is contained in:
harryzcy 2023-07-21 01:58:36 -05:00
parent b09412524e
commit cbed118a30
No known key found for this signature in database
GPG Key ID: E3C2287691E40E35
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ type Release struct {
Assets []*ReleaseAsset
Created time.Time
Published time.Time
OriginalID int64 `yaml:"-"` // ID from the upstream syncing source
}
// GetExternalName ExternalUserMigrated interface