Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitApplication ¶
func InitApplication()
Types ¶
type AppConfig ¶
type AppConfig struct { GithubToken string MarketplaceBaseUrl string MarketplaceOwner string MarketplaceRepo string AWSRegion string BucketName string Workdir string DefaultSSMParameters []SSMParameter BasePath string ConsoleHost string InstallPrefix string Project string Venue string MarketplaceItems []MarketplaceItem `mapstructure:"MarketplaceItems"` }
type FeatureFlagClient ¶
type FeatureFlagClient interface { Close() BoolVariation(s string, u ffuser.User, f bool) (bool, error) }
var FFClient FeatureFlagClient
type MarketplaceItem ¶
type SSMParameter ¶
Click to show internal directories.
Click to hide internal directories.