Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Record ¶
type Record struct { REALTIME_TIMESTAMP string `json:"__REALTIME_TIMESTAMP"` PRIORITY string HOSTNAME string `json:"_HOSTNAME"` SYSLOG_FACILITY string SYSLOG_IDENTIFIER string SYSLOG_PID string `json:"SYSLOG_PID"` PID string `json:"_PID"` MESSAGE string SOURCE_REALTIME_TIMESTAMP string `json:"_SOURCE_REALTIME_TIMESTAMP"` // contains filtered or unexported fields }
func (*Record) MarshalJSON ¶
MarshalJSON marshal bytes to json - template
func (*Record) MarshalJSONBuf ¶
func (j *Record) MarshalJSONBuf(buf fflib.EncodingBuffer) error
MarshalJSONBuf marshal buff to json - template
func (*Record) UnmarshalJSON ¶
UnmarshalJSON umarshall json - template of ffjson
func (*Record) UnmarshalJSONFFLexer ¶
UnmarshalJSONFFLexer fast json unmarshall - template ffjson
Click to show internal directories.
Click to hide internal directories.