# Functions
AddLogger adds a logger.
AuthorizedPublicKeyByContent searches content as prefix (leak e-mail part) and returns public key found.
FlushQueues calls the internal flush-queues function.
GenerateActionsRunnerToken calls the internal GenerateActionsRunnerToken function.
HookPostReceive updates services and users.
HookPreReceive check whether the provided commits are allowed.
HookProcReceive proc-receive hook.
PauseLogging pauses logging.
Processes return the current processes from this gitea instance.
ReleaseReopenLogging releases and reopens logging files.
ReloadTemplates calls the internal reload-templates function.
RemoveLogger removes a logger.
Restart calls the internal restart function.
RestoreRepo calls the internal RestoreRepo function.
ResumeLogging resumes logging.
SendEmail calls the internal SendEmail function It accepts a list of usernames.
ServCommand preps for a serv call.
ServNoCommand returns information about the provided key.
SetDefaultBranch will set the default branch to the provided branch for the provided repository.
SetLogSQL sets database logging.
Shutdown calls the internal shutdown function.
SSHLog sends ssh error log response.
UpdatePublicKeyInRepo update public key and if necessary deploy key updates.
# Constants
Git environment variables.
Git environment variables.
Git environment variables.
GitPushOptions keys.
GitPushOptions keys.
GitPushOptions keys.
Git environment variables.
# Structs
Email structure holds a data for sending general emails.
FlushOptions represents the options for the flush call.
HookOptions represents the options for the Hook calls.
HookPostReceiveBranchResult represents an individual branch result from PostReceive.
HookPostReceiveResult represents an individual result from PostReceive.
HookProcReceiveRefResult represents an individual result from ProcReceive.
HookProcReceiveResult represents an individual result from ProcReceive.
KeyAndOwner is the response from ServNoCommand.
LoggerOptions represents the options for the add logger call.
Response is used for internal request response (for user message and error message).
ResponseExtra contains extra information about the response, especially for error responses.
ResponseText is used to get the response as text, instead of parsing it as JSON.
RestoreParams structure holds a data for restore repository.
ServCommandResults are the results of a call to the private route serv.
SSHLogOption ssh log options.
# Type aliases
GitPushOptions is a wrapper around a map[string]string.