Documentation ¶
Index ¶
- Constants
- func CacheFolder() string
- type GoReleaserContainer
- func (c *GoReleaserContainer) ApplyEnvs(envs []string) []string
- func (c *GoReleaserContainer) Images() []string
- func (c *GoReleaserContainer) IsAsync() bool
- func (c *GoReleaserContainer) Name() string
- func (c *GoReleaserContainer) Pull() error
- func (c *GoReleaserContainer) Release(env container.EnvType) error
- func (c *GoReleaserContainer) Run() error
Constants ¶
View Source
const (
IMAGE = "goreleaser/goreleaser"
)
Variables ¶
This section is empty.
Functions ¶
func CacheFolder ¶
func CacheFolder() string
Types ¶
type GoReleaserContainer ¶
func New ¶
func New() *GoReleaserContainer
func (*GoReleaserContainer) ApplyEnvs ¶
func (c *GoReleaserContainer) ApplyEnvs(envs []string) []string
func (*GoReleaserContainer) Images ¶
func (c *GoReleaserContainer) Images() []string
func (*GoReleaserContainer) IsAsync ¶ added in v0.2.1
func (c *GoReleaserContainer) IsAsync() bool
func (*GoReleaserContainer) Name ¶
func (c *GoReleaserContainer) Name() string
func (*GoReleaserContainer) Pull ¶
func (c *GoReleaserContainer) Pull() error
func (*GoReleaserContainer) Release ¶
func (c *GoReleaserContainer) Release(env container.EnvType) error
func (*GoReleaserContainer) Run ¶
func (c *GoReleaserContainer) Run() error
Click to show internal directories.
Click to hide internal directories.