Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //go:embed parameter-samples/ticket-create.json TicketCreateExample string // ReplySpec holds the parameters for the reply command. ReplySpec struct { Body string `json:"body,omitempty"` } // CreateSpec holds the parameters for the create command. CreateSpec struct { Body string `json:"body,omitempty"` Category string `json:"category,omitempty"` Impact string `json:"impact,omitempty"` Product string `json:"product,omitempty"` ServiceName string `json:"serviceName,omitempty"` Subcategory string `json:"subcategory,omitempty"` Subject string `json:"subject,omitempty"` Type string `json:"type,omitempty"` Urgency string `json:"urgency,omitempty"` Watchers []string `json:"watchers,omitempty"` } )
Functions ¶
func CreateSupportTicket ¶ added in v0.12.0
func GetSupportTickets ¶
func ListSupportTicketMessages ¶ added in v0.11.0
func ListSupportTickets ¶
func ReplySupportTicket ¶ added in v0.11.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.