Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HandlerContext ¶
type HandlerContext struct {
// contains filtered or unexported fields
}
HandlerContext holds dependencies and configuration for API V1 handlers.
func NewHandlerContext ¶
func NewHandlerContext(tv *app.TokenVendor, opts *Options) *HandlerContext
NewHandlerContext creates a HandlerContext initialized with the given TokenVendor and optional API options.
Click to show internal directories.
Click to hide internal directories.