Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Pool server.PG `kong:"-"` // Connection pool Router server.HTTPRouter `kong:"-"` // Which HTTP router to use Prefix string `default:"${AUTH_PREFIX}" help:"Path prefix"` // HTTP Path Prefix }
func (Config) Description ¶
Click to show internal directories.
Click to hide internal directories.