Documentation ¶
Index ¶
Constants ¶
View Source
const CATEGORY_EVENT_BUFFER_SIZE = 100
View Source
const FORCE_FLUSH_INTERVAL = time.Millisecond * 50
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GPBHandler ¶
type GPBHandler interface { RequestNewEvents(rctx gpbrpc.RequestT, request *lsd.RequestNewEvents) gpbrpc.ResultT Shutdown() }
func NewHandler ¶
func NewHandler(config *lsd.LsdConfigServerConfigT, trafficManager *traffic.Manager) (GPBHandler, error)
Click to show internal directories.
Click to hide internal directories.