Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReleaserFactory ¶
type ReleaserStore ¶
type ReleaserStore struct {
// contains filtered or unexported fields
}
func NewDefaultReleaserStore ¶
func NewDefaultReleaserStore() *ReleaserStore
func (*ReleaserStore) GetReleaser ¶
func (r *ReleaserStore) GetReleaser( rtype ReleaserType, ctx run.RunContext, project project.Project, name string, force bool, ) (Releaser, error)
type ReleaserType ¶
type ReleaserType string
const ( ReleaserTypeDocker ReleaserType = "docker" ReleaserTypeGithub ReleaserType = "github" )
Click to show internal directories.
Click to hide internal directories.