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 Files cli.StringSlice FileExists string Checksum cli.StringSlice ChecksumFile string ChecksumFlatten bool Draft bool Prerelease bool BaseURL string UploadURL string Title string Note string Overwrite bool GenerateReleaseNotes bool DiscussionCategory string // contains filtered or unexported fields }
Settings for the plugin.
Click to show internal directories.
Click to hide internal directories.