Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GELFDecodedMessage ¶
type GELFDecodedMessage map[string]interface{}
GELFDecodedMessage allows us to write a custom unmarshaler
func (*GELFDecodedMessage) UnmarshalJSON ¶
func (rawGELFmsg *GELFDecodedMessage) UnmarshalJSON(bytes []byte) error
UnmarshalJSON lets us remap _ fields to not having a _
type GELFMessage ¶
type GELFMessage struct {
// contains filtered or unexported fields
}
GELFMessage is the struct we extract GELF chunks into
Click to show internal directories.
Click to hide internal directories.