package
1.2.0-rc1
Repository: https://github.com/adelowo/gitea.git
Documentation: pkg.go.dev

# Packages

Package ldap provide functions & structure to query a LDAP ldap directory For now, it's mainly tested again an MS Active Directory service, see README.md for more information.
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

AssignForm assign form values back to the template data.
GetInclude get include in form tag.
GetMaxSize get max size in form tag.
GetMinSize get minimal size in form tag.
GetSize get size int form tag.
IsAPIPath if URL is an api path.
SignedInID returns the id of signed in user.
SignedInUser returns the user object of signed user.

# Constants

Avatar types.
Avatar types.

# Structs

AddEmailForm form for adding new email.
AddKeyForm form for adding SSH/GPG key.
AddOpenIDForm is for changing openid uri.
AdminCreateUserForm form for admin to create user.
AdminEditUserForm form for admin to create user.
AuthenticationForm form for authentication.
AvatarForm form for changing avatar.
ChangePasswordForm form for changing password.
ConnectOpenIDForm form for connecting an existing account to an OpenID URI.
CreateCommentForm form for creating comment.
CreateIssueForm form for creating issue.
CreateLabelForm form for creating label.
CreateMilestoneForm form for creating milestone.
CreateOrgForm form for creating organization.
CreateRepoForm form for creating repository.
CreateTeamForm form for creating team.
DeleteRepoFileForm form for deleting repository file.
EditPreviewDiffForm form for changing preview diff.
EditReleaseForm form for changing release.
EditRepoFileForm form for changing repository file.
InitializeLabelsForm form for initializing labels.
InstallForm form for installation page.
MigrateRepoForm form for migrating repository.
NewAccessTokenForm form for creating access token.
NewGogshookForm form for creating gogs hook.
NewReleaseForm form for creating release.
NewSlackHookForm form for creating slack hook.
NewWebhookForm form for creating web hook.
NewWikiForm form for creating wiki.
RegisterForm form for registering.
RemoveUploadFileForm form for removing uploaded file.
RepoSettingForm form for changing repository settings.
SignInForm form for signing in with user/password.
SignInOpenIDForm form for signing in with OpenID.
SignUpOpenIDForm form for signin up with OpenID.
TwoFactorAuthForm for logging in with 2FA token.
TwoFactorScratchAuthForm for logging in with 2FA scratch token.
UpdateOrgSettingForm form for updating organization settings.
UpdateProfileForm form for updating profile.
UploadRepoFileForm form for uploading repository file.
WebhookForm form for changing web hook.

# Interfaces

Form form binding interface.