Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Buffer ¶
type Buffer struct {
// contains filtered or unexported fields
}
func (*Buffer) DelSubscriber ¶
type Event ¶
type Event struct { Source string `json:"source,omitempty"` Offset int64 `json:"offset,omitempty"` Line uint64 `json:"line,omitempty"` Text *string `json:"text,omitempty"` Fields *map[string]interface{} }
Taken from https://github.com/elasticsearch/logstash-forwarder/blob/master/event.go
Click to show internal directories.
Click to hide internal directories.