Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LoggerChoice ¶
type LoggerChoice string
const ( GoKit LoggerChoice = "Go Kit" Zap LoggerChoice = "Zap" )
type RouterChoice ¶
type RouterChoice string
const ( GorillaMux RouterChoice = "Gorilla mux" GIN RouterChoice = "GIN" )
Click to show internal directories.
Click to hide internal directories.