Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type M ¶
type M map[string]interface{}
M is a convenience type to avoid having to type out map[string]interface{} everytime.
type WagClientLogger ¶
type WagClientLogger interface {
Log(level LogLevel, message string, pairs map[string]interface{})
}
WagClientLogger provides a minimal interface for a Wag Client Logger
Click to show internal directories.
Click to hide internal directories.