Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DisplaySummary ¶
func PostRunSaveMetadata ¶
func PreRunLoadMetadata ¶
Types ¶
type CloudController ¶
type CloudController struct { URL string `mapstructure:"url"` Username string `mapstructure:"username"` Password string `mapstructure:"password"` ClientID string `mapstructure:"client_id"` ClientSecret string `mapstructure:"client_secret"` }
func (CloudController) Validate ¶
func (c CloudController) Validate() error
type CompiledEnv ¶
var Env CompiledEnv
type Config ¶
type Config struct { ConfigDir string ConfigFile string Name string DomainsToReplace map[string]string DomainsToAdd []string `mapstructure:"domains_to_add"` ExportDir string `mapstructure:"export_dir"` IncludedOrgs []string `mapstructure:"include_orgs"` ExcludedOrgs []string `mapstructure:"exclude_orgs"` SourceApi CloudController `mapstructure:"source_api"` TargetApi CloudController `mapstructure:"target_api"` ConcurrencyLimit int `mapstructure:"concurrency_limit"` DisplayProgress bool `mapstructure:"display_progress"` Debug bool }
func NewDefaultConfig ¶
type FieldError ¶
func (FieldError) Error ¶
func (f FieldError) Error() string
Click to show internal directories.
Click to hide internal directories.