Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Plugin ¶
type Plugin struct {
// contains filtered or unexported fields
}
Plugin implements drone.Plugin to provide the plugin implementation.
type Settings ¶
type Settings struct {
APIKey string
Title string
Body string
BodyTextAttachments cli.StringSlice
Assignees cli.StringSlice
Labels cli.StringSlice
BaseURL string
// contains filtered or unexported fields
}
Settings for the plugin.
Click to show internal directories.
Click to hide internal directories.