0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-22 08:33:07 +02:00

linter fix

This commit is contained in:
pomidorry 2026-05-08 21:38:37 +03:00
parent 3454f03c4e
commit 98d4ea4b24

View File

@ -127,10 +127,10 @@ type Repository struct {
// swagger:strfmt date-time // swagger:strfmt date-time
MirrorUpdated time.Time `json:"mirror_updated"` MirrorUpdated time.Time `json:"mirror_updated"`
// swagger:strfmt date-time // swagger:strfmt date-time
MirrorLastSyncAt time.Time `json:"mirror_last_sync_at"` MirrorLastSyncAt time.Time `json:"mirror_last_sync_at"`
RepoTransfer *RepoTransfer `json:"repo_transfer,omitempty"` RepoTransfer *RepoTransfer `json:"repo_transfer,omitempty"`
Topics []string `json:"topics"` Topics []string `json:"topics"`
Licenses []string `json:"licenses"` Licenses []string `json:"licenses"`
} }
// CreateRepoOption options when creating repository // CreateRepoOption options when creating repository