Documentation
¶
Overview ¶
Package messages provides the Messages and Message type to represent messages returned by the Splunk REST API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct { Value string `json:"text" xml:",chardata"` Code string `json:"type" xml:"code,attr"` }
Message represents the <msg> element of a <messages> entry.
Click to show internal directories.
Click to hide internal directories.