Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func NewHandler(app *application.Application, authProvider AuthProvider) (*Handler, error)
type TokenAuthProvider ¶
type TokenAuthProvider struct {
// contains filtered or unexported fields
}
func NewTokenAuthProvider ¶
func NewTokenAuthProvider(conf *config.Config) *TokenAuthProvider
Click to show internal directories.
Click to hide internal directories.