Documentation
¶
Overview ¶
Package api provides an HTTP handler that handles the forum REST API requests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Logger *log.Logger
Store store.Store
JWTService jwt.Service
AvatarService avatar.Service
}
Config is an API handler configuration.
Click to show internal directories.
Click to hide internal directories.