Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { EnforceHTTPS bool Credentials string HeartbeatDuration time.Duration StorageBaseURL func(*http.Request) string }
Config holds all the server options
type Server ¶
type Server struct { *manners.GracefulServer *Config }
Server is a launchable api listener
Click to show internal directories.
Click to hide internal directories.