mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-22 13:45:19 +00:00
lint it
This commit is contained in:
parent
b2c3eb1644
commit
8b90194d1b
|
@ -131,11 +131,13 @@ package "code.gitea.io/gitea/models/user"
|
||||||
func (ErrUserInactive).Unwrap
|
func (ErrUserInactive).Unwrap
|
||||||
func IsErrExternalLoginUserAlreadyExist
|
func IsErrExternalLoginUserAlreadyExist
|
||||||
func IsErrExternalLoginUserNotExist
|
func IsErrExternalLoginUserNotExist
|
||||||
|
func NewFederatedUser
|
||||||
func IsErrUserSettingIsNotExist
|
func IsErrUserSettingIsNotExist
|
||||||
func GetUserAllSettings
|
func GetUserAllSettings
|
||||||
func DeleteUserSetting
|
func DeleteUserSetting
|
||||||
func GetUserEmailsByNames
|
func GetUserEmailsByNames
|
||||||
func GetUserNamesByIDs
|
func GetUserNamesByIDs
|
||||||
|
func DeleteFederatedUser
|
||||||
|
|
||||||
package "code.gitea.io/gitea/modules/activitypub"
|
package "code.gitea.io/gitea/modules/activitypub"
|
||||||
func (*Client).Post
|
func (*Client).Post
|
||||||
|
@ -169,16 +171,6 @@ package "code.gitea.io/gitea/modules/eventsource"
|
||||||
|
|
||||||
package "code.gitea.io/gitea/modules/forgefed"
|
package "code.gitea.io/gitea/modules/forgefed"
|
||||||
func NewForgeLike
|
func NewForgeLike
|
||||||
func NewPersonID
|
|
||||||
func (PersonID).AsWebfinger
|
|
||||||
func (PersonID).AsLoginName
|
|
||||||
func (PersonID).HostSuffix
|
|
||||||
func (PersonID).Validate
|
|
||||||
func NewRepositoryID
|
|
||||||
func (RepositoryID).Validate
|
|
||||||
func (ForgePerson).MarshalJSON
|
|
||||||
func (*ForgePerson).UnmarshalJSON
|
|
||||||
func (ForgePerson).Validate
|
|
||||||
func GetItemByType
|
func GetItemByType
|
||||||
func JSONUnmarshalerFn
|
func JSONUnmarshalerFn
|
||||||
func NotEmpty
|
func NotEmpty
|
||||||
|
|
Loading…
Reference in a new issue