Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Behavior ¶ added in v1.0.17
type Behavior struct {
NonInteractive bool `mapstructure:"non_interactive"`
}
type Configuration ¶
type Configuration struct {
Mappings []Map `mapstructure:"mappings"`
MagentoBaseUrls []MagentoBaseUrl `mapstructure:"magento_base_urls"`
Login Login `mapstructure:"login"`
Sync Sync `mapstructure:"sync"`
Context ContextDefaults `mapstructure:"context"`
Behavior Behavior `mapstructure:"behavior"`
}
type ContextDefaults ¶ added in v1.0.17
type MagentoBaseUrl ¶
type Sync ¶ added in v1.0.16
type Sync struct {
Files SyncFiles `mapstructure:"files"`
Database SyncDatabase `mapstructure:"database"`
}
type SyncDatabase ¶ added in v1.0.23
type SyncDatabase struct {
TargetSSH SyncDatabaseTargetSSH `mapstructure:"target_ssh"`
}
type SyncDatabaseTargetSSH ¶ added in v1.0.23
type SyncFileItem ¶ added in v1.0.16
type SyncFiles ¶ added in v1.0.16
type SyncFiles struct {
Items []SyncFileItem `mapstructure:"items"`
}
Click to show internal directories.
Click to hide internal directories.