package
Version:
v0.0.0-...-57b3f38
Opens a new window with list of versions in this module.
Published: Jun 28, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package web contains a small web framework extension.
NewAPIKey is a factory function to create an api key with a specified length
betweend 30 and 128 characters.
Respond converts a Go value to JSON and sends it to the client.
type ErrorResponse struct {
Message string `json:"error"`
}
A Handler is a type that handles a http request within our small framework
Source Files
¶
Directories
¶
Package mid contains the set of middleware functions.
|
Package mid contains the set of middleware functions. |
Click to show internal directories.
Click to hide internal directories.