Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NoTextOrTextFileInOutParamsErr = errors.New("No Text or TextFile found in params")
Functions ¶
This section is empty.
Types ¶
type CheckPayload ¶
type CheckResponse ¶
type CheckResponse []Version
type InResponse ¶
type OutParams ¶
type OutParams struct {
Title string `json:"title,omitempty"`
Text string `json:"text,omitempty"`
TextFile string `json:"text_file,omitempty"`
Priority string `json:"priority,omitempty"`
AlertType string `json:"alert_type,omitempty"`
Host string `json:"host,omitempty"`
Aggregation string `json:"aggregation_key,omitempty"`
SourceType string `json:"source_type_name,omitempty"`
Tags []string `json:"tags,omitempty"`
}
type OutPayload ¶
type OutResponse ¶
Click to show internal directories.
Click to hide internal directories.