Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ANSICwithTZ ¶
Like time.ANSIC but with MST
func (*ANSICwithTZ) MarshalJSON ¶
func (ts *ANSICwithTZ) MarshalJSON() ([]byte, error)
func (*ANSICwithTZ) String ¶
func (ts *ANSICwithTZ) String() string
func (*ANSICwithTZ) UnmarshalJSON ¶
func (ts *ANSICwithTZ) UnmarshalJSON(text []byte) (err error)
type FluentdTimestamp ¶ added in v1.0.1
func (*FluentdTimestamp) MarshalJSON ¶ added in v1.0.1
func (ts *FluentdTimestamp) MarshalJSON() ([]byte, error)
func (*FluentdTimestamp) String ¶ added in v1.0.1
func (ts *FluentdTimestamp) String() string
func (*FluentdTimestamp) UnmarshalJSON ¶ added in v1.0.1
func (ts *FluentdTimestamp) UnmarshalJSON(jsonBytes []byte) (err error)
type RFC3339 ¶
func (*RFC3339) MarshalJSON ¶
func (*RFC3339) UnmarshalJSON ¶
type SuricataTimestamp ¶ added in v1.1.0
func (*SuricataTimestamp) MarshalJSON ¶ added in v1.1.0
func (ts *SuricataTimestamp) MarshalJSON() ([]byte, error)
func (*SuricataTimestamp) String ¶ added in v1.1.0
func (ts *SuricataTimestamp) String() string
func (*SuricataTimestamp) UnmarshalJSON ¶ added in v1.1.0
func (ts *SuricataTimestamp) UnmarshalJSON(jsonBytes []byte) (err error)
type UnixFloat ¶ added in v1.0.1
UnixFloat for JSON timestamps that are in unix seconds + fractions of a second
func (*UnixFloat) MarshalJSON ¶ added in v1.0.1
func (*UnixFloat) UnmarshalJSON ¶ added in v1.0.1
type UnixMillisecond ¶ added in v0.3.0
UnixMillisecond for JSON timestamps that are in unix epoch milliseconds
func (*UnixMillisecond) MarshalJSON ¶ added in v0.3.0
func (ts *UnixMillisecond) MarshalJSON() ([]byte, error)
func (*UnixMillisecond) String ¶ added in v0.3.0
func (ts *UnixMillisecond) String() string
func (*UnixMillisecond) UnmarshalJSON ¶ added in v0.3.0
func (ts *UnixMillisecond) UnmarshalJSON(jsonBytes []byte) (err error)
Click to show internal directories.
Click to hide internal directories.