Documentation ¶
Index ¶
Constants ¶
View Source
const ( LogLevelDefault LogLevel = iota LogLevelErrorOnly = 1 LogLevelStandard = 2 LogLevelElevated = 3 LogLevelFull = 4 LogLevelDebug = 5 LogLevelTrace = 6 )
Variables ¶
This section is empty.
Functions ¶
func Init ¶
func Init(init RabbitInit)
func New ¶
func New(options interfaces.ManagerOptions) (*interfaces.Manager, error)
Types ¶
type RabbitInit ¶
Click to show internal directories.
Click to hide internal directories.