Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( TargetProj = configuration.MarshaledProperty[TargetProject]{ KeyName: "target_project", ViperStore: StateViper, DefaultValue: &TargetProject{ Name: "", Id: "", }, } TargetOrg = configuration.MarshaledProperty[TargetOrganization]{ KeyName: "target_org", ViperStore: StateViper, DefaultValue: &TargetOrganization{ Name: "", Id: "", }, } )
View Source
var ConfigFile = configuration.ConfigFile{ FileName: "state", FileFormat: "yaml", Properties: properties, ViperStore: StateViper, }
View Source
var StateViper *viper.Viper = viper.New()
Functions ¶
This section is empty.
Types ¶
type TargetContext ¶
func GetTargetContext ¶
func GetTargetContext() *TargetContext
type TargetOrganization ¶
type TargetProject ¶
Click to show internal directories.
Click to hide internal directories.