Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RequestBody ¶
type RequestBody struct { Name string `json:"name"` ProjectId string `json:"projectId"` Labels map[string]string `json:"labels,omitempty"` JsonKeyPath string `json:"jsonKeyPath,omitempty"` SlackToken string `json:"slackToken,omitempty"` SlackChannel string `json:"slackChannel,omitempty"` SlackEmoji string `json:"slackEmoji,omitempty"` }
Click to show internal directories.
Click to hide internal directories.