Documentation ¶
Index ¶
Constants ¶
View Source
const LOG_ENTRIES_CHAN_SIZE = 5000
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { Log(message string) Shutdown() }
func NewClientJson ¶
func NewClientJson(conf ClientConfig) (Client, error)
func NewClientProto ¶
func NewClientProto(conf ClientConfig) (Client, error)
type ClientConfig ¶
Click to show internal directories.
Click to hide internal directories.