Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Logger ¶
type Logger interface {
Println(...interface{})
}
Logger contains functions needed for logging
type ReleaseConfig ¶
type ReleaseConfig struct {
FileGlob string
Owner string
Repo string
TagName string
Name string
Body string
Draft bool
Prerelease bool
Logger Logger
}
The ReleaseConfig is the configuration of a release and its uploads
func (*ReleaseConfig) String ¶
func (c *ReleaseConfig) String() string
Click to show internal directories.
Click to hide internal directories.