Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( fmt.Errorf("unauthorized") // ErrForbidden means you don't have permissions to the requested resource ErrForbidden = fmt.Errorf("forbidden") ErrDuplicate = fmt.Errorf("duplicate record") ErrNotFound = fmt.Errorf("record not found") ErrBadRequest = fmt.Errorf("bad request") )ErrUnauthorized =
These should probably closely match the HTTP status codes (though not a requirement), as they're base types that will be used to determine the correct HTTP response code.
View Source
var ( Branch = "main" Version = "0.0.0-development" Commit = "" Date = "" )
View Source
var CrashReportingDSN = ""
View Source
var TelemetryWriteKey = ""
Functions ¶
This section is empty.
Types ¶
type HttpContextKeyDestination ¶ added in v0.4.11
type HttpContextKeyDestination struct{}
type HttpContextKeyDestinationName ¶ added in v0.4.11
type HttpContextKeyDestinationName struct{}
type HttpContextKeyEmail ¶ added in v0.4.11
type HttpContextKeyEmail struct{}
type HttpContextKeyGroups ¶ added in v0.5.0
type HttpContextKeyGroups struct{}
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
Package logging provides a shared logger and log utilities to be used in all internal packages.
|
Package logging provides a shared logger and log utilities to be used in all internal packages. |
tools
|
|
querylinter
Module
|
Click to show internal directories.
Click to hide internal directories.