package
0.0.0-20210329235442-a9e2aaa989bd
Repository: https://github.com/therockettek/errorly-web.git
Documentation: pkg.go.dev

# Functions

APIMeHandler handles the /api/me request which returns the user object and a list of partial project objects.
APIProjectContributorsHandler returns a list of partial users from all contributor IDs.
APIProjectContributorsRemoveHandler handles removing a contributor.
APIProjectCreateHandler creates a new project and returns the project made.
APIProjectDeleteHandler handles deleting a project.
APIProjectExecutorHandler handles executing jobs.
APIProjectFetchIssueHandler returns an issue from a project.
APIProjectHandler returns the initial project information and the first page of the project issues.
APIProjectIntegrationCreate handles creating an integration.
APIProjectIntegrationDelete handles deleting an integration.
APIProjectIntegrationRegenerate handles regenerating an integration token.
APIProjectIntegrationTokenHandler handles returning an integration token.
APIProjectInviteCreateHandler handles creating an invite.
APIProjectInviteDeleteHandler handles deleting an invite.
APIProjectInviteGetHandler handles retrieving an invite.
APIProjectInviteUseHandler handles a user joining an invite.
APIProjectIssueCommentCreateHandler handles the creation of issue comments.
APIProjectIssueCommentHandler returns a list of comments from an issue and returns paginated results.
APIProjectIssueCreateHandler creates a new issue or increments an already made issue.
APIProjectIssueDeleteHandler handles deleting an issue.
APIProjectIssueHandler returns paginated results.
APIProjectLazyHandler returns a list of partial users based on the passed user ids query.
APIProjectTransferHandler handles transferring a project to another user.
APIProjectUpdateHandler handles updating the project settings.
APIProjectWebhookCreateHandler handles creating a webhook.
APIProjectWebhookDeleteHandler handles deleting a webhook.
APIProjectWebhookTestHandler handles testing a webhook.
CreateUserToken creates a user token for a user.
LoginHandler handles CSRF and AuthCode redirection.
LogoutHandler handles clearing a user session.
NewErrorly creates an Errorly instance.
NewMethodRouter creates a new method router.
OAuthCallbackHandler handles authenticating discord OAuth and creating a user profile if necessary.
ParseUserToken returns the user id and random.
No description provided by the author

# Constants

ConfigurationPath is the path to the file the configration will be located at.
VERSION respects semantic versioning.

# Variables

ErrMissingSecret is raised when no/invalid secret is specified for cookie signing.

# Structs

Configuration represents the configuration for Errorly.
DiscordUser is the structure of a /users/@me request.
Errorly represents the global application state.
MethodRouter beepboop.