Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ErrorIncorrectMode indicates that the given mode is not correct. ErrorIncorrectMode = "incorrect mode" // ProductionMode runs the server in production mode. ProductionMode = Mode("production") // DevelopmentMode runs the server in development mode. DevelopmentMode = Mode("development") // DefaultMode to use if none is specified. DefaultMode = DevelopmentMode )
View Source
const (
ErrorIncorrectConfiguration = "incorrect configuration"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.