Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONFile ¶ added in v0.5.0
type JSONFile []JSONItem
func (JSONFile) MarshalJSON ¶ added in v0.5.0
func (*JSONFile) UnmarshalJSON ¶ added in v0.5.0
type JSONItem ¶ added in v0.5.0
type JSONItem struct { Key string Message JSONMessage }
type JSONMessage ¶ added in v0.5.0
func (JSONMessage) MarshalJSON ¶ added in v0.5.0
func (m JSONMessage) MarshalJSON() ([]byte, error)
func (*JSONMessage) UnmarshalJSON ¶ added in v0.5.0
func (m *JSONMessage) UnmarshalJSON(data []byte) error
Click to show internal directories.
Click to hide internal directories.