Documentation
¶
Index ¶
Constants ¶
View Source
const PluginType = "jira"
PluginType is the type which must be used for the Jira plugin.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AuthResponse ¶
type AuthResponse struct {
URL string `json:"url"`
Token string `json:"token"`
Email string `json:"email"`
}
AuthResponse is the response data returned when the a user finished the auth process or when the user is authenticated in the auth call.
Click to show internal directories.
Click to hide internal directories.