Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Pool server.PG `kong:"-"` // Connection pool Router server.HTTPRouter `kong:"-"` // Which HTTP router to use Root struct { Organization string `name:"org" help:"Organization name"` Unit string `name:"unit" help:"Organization unit"` Country string `name:"country" help:"Country name"` City string `name:"city" help:"City name"` State string `name:"state" help:"State name"` StreetAddress string `name:"street" help:"Street address"` PostalCode string `name:"postal" help:"Postal code"` } `embed:"" prefix:"root."` Queue server.PGQueue `kong:"-"` // Connection to queue }
func (Config) Description ¶
Click to show internal directories.
Click to hide internal directories.