mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
linting
This commit is contained in:
parent
3a6dfadcd0
commit
b99d66b530
1 changed files with 7 additions and 6 deletions
|
@ -45,11 +45,6 @@ package "code.gitea.io/gitea/models/dbfs"
|
|||
|
||||
package "code.gitea.io/gitea/models/forgefed"
|
||||
func GetFederationHost
|
||||
func GetItemByType
|
||||
func JSONUnmarshalerFn
|
||||
func NotEmpty
|
||||
func ToRepository
|
||||
func OnRepository
|
||||
|
||||
package "code.gitea.io/gitea/models/forgejo/semver"
|
||||
func GetVersion
|
||||
|
@ -169,6 +164,13 @@ package "code.gitea.io/gitea/modules/emoji"
|
|||
package "code.gitea.io/gitea/modules/eventsource"
|
||||
func (*Event).String
|
||||
|
||||
package "code.gitea.io/gitea/modules/forgefed"
|
||||
func GetItemByType
|
||||
func JSONUnmarshalerFn
|
||||
func NotEmpty
|
||||
func ToRepository
|
||||
func OnRepository
|
||||
|
||||
package "code.gitea.io/gitea/modules/git"
|
||||
func AllowLFSFiltersArgs
|
||||
func AddChanges
|
||||
|
@ -308,7 +310,6 @@ package "code.gitea.io/gitea/modules/validation"
|
|||
func IsValidFollowingRepoURL
|
||||
func IsValidFollowingRepoURLList
|
||||
func IsOfValidLength
|
||||
func ValidateSuffix
|
||||
|
||||
package "code.gitea.io/gitea/modules/web"
|
||||
func RouteMock
|
||||
|
|
Loading…
Reference in a new issue