release

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 18, 2024 License: Apache-2.0, MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Releaser

type Releaser interface {
	Release() error
}

type ReleaserFactory

type ReleaserFactory func(run.RunContext, project.Project, string, bool) (Releaser, error)

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"
)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL