Documentation ¶
Index ¶
- func Parse(i interface{}, format string) ([]byte, error)
- func ToCSV(i interface{}) ([]byte, error)
- func ToCheckPluginOutput(i interface{}) ([]byte, error)
- func ToHumanReadable(i interface{}) ([]byte, error)
- func ToJSON(i interface{}) ([]byte, error)
- func ToStruct(contents []byte, format string, i interface{}) error
- func ToXML(i interface{}) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ToCheckPluginOutput ¶
ToCheckPluginOutput parses the object to a check plugin format.
func ToHumanReadable ¶
ToHumanReadable parses the object to a human readable format.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.