Versions in this module Expand all Collapse all v1 v1.0.0 Sep 24, 2020 Changes in this version + func AllFlavours() []string + func AllowedEcosystems() []string + func AllowedSchedule() []string + func Execute(ctx context.Context, files ...input.Input) error + func IsFilePath(err error) bool + func IsInvalidConfig(err error) bool + func IsValidEcoSystem(ecosystems []string) bool + func IsValidFlavour(s string) bool + func IsValidSchedule(s string) bool + type Ecosystem string + const EcosystemDocker + const EcosystemGithubActions + const EcosystemGo + func NewEcosystem(s string) (Ecosystem, error) + func (e Ecosystem) String() string + type Flavour string + const FlavourApp + const FlavourCLI + const FlavourLibrary + const FlavourOperator + func NewFlavour(s string) (Flavour, error) + func (f Flavour) String() string + type Schedule string + const Daily + const Monthly + const Weekly + func NewSchedule(s string) (Schedule, error) + func (s Schedule) String() string Other modules containing this package github.com/giantswarm/devctl/v6 github.com/giantswarm/devctl/v7