Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ContextOverride string
)
Functions ¶
func SetContext ¶ added in v0.2.0
func SetContext(new Context)
func SetDefaultContext ¶ added in v0.2.0
Types ¶
type API ¶ added in v0.0.3
type API struct {
ImageName string `mapstructure:"image_name" yaml:"image_name"`
}
type Context ¶ added in v0.2.0
type Context struct { Name string Repo string Root string TrunkBranch string `mapstructure:"trunk_branch" yaml:"trunk_branch"` API API `mapstructure:"api" yaml:"api"` IsWorkspace bool }
func GetContext ¶ added in v0.2.0
func GetContext() Context
func LoadWorkspaceContext ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.