Documentation
¶
Index ¶
Constants ¶
View Source
const ( Name = "App" ShortName = "App" Description = "This is a boilerplate project for applications written in Go." ThemeColor = "hsl(170, 45%, 30%)" SessionTTL = 2 * time.Hour SignInThrottleTTL = 30 * time.Minute )
Variables ¶
View Source
var ( ErrBadRequest = errors.New("bad request") ErrNotFound = errors.New("not found") ErrForbidden = errors.New("forbidden") ErrMalformedInput = errors.New("malformed input") ErrInvalidInput = errors.New("invalid input") ErrConflict = errors.New("conflict") ErrRepoLogin = errors.New("login") )
View Source
var BasePath = ""
Functions ¶
This section is empty.
Types ¶
type ConflictError ¶
func (ConflictError) Error ¶
func (c ConflictError) Error() string
func (ConflictError) Unwrap ¶
func (c ConflictError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.