Documentation
¶
Index ¶
Constants ¶
View Source
const ( PlanFileName = "plan.yaml" DataDir = "data" )
View Source
const ConnectionsCollection = "metabase.connections"
View Source
const JobsCollection = "metabase.jobs"
View Source
const JobsVersionsCollection = "metabase.jobs.versions"
View Source
const SchemasCollection = "metabase.schemas"
View Source
const ShapesCollection = "metabase.shapes"
View Source
const ShapesVersionsCollection = "metabase.shapes.versions"
View Source
const WritebacksCollection = "sync.writebacks"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plan ¶
type Plan struct { FromTenant string `yaml:"fromTenant"` ToTenant string `yaml:"toTenant"` MongoConnection bmongo.Connection `yaml:"mongoConnection"` GoBetweenMongoConnection *bmongo.Connection `yaml:"goBetweenMongoConnection,omitempty"` FromAgents []Agent `yaml:"fromAgents"` ToAgents []Agent `yaml:"toAgents"` AgentMapping map[string]string `yaml:"agentMapping"` }
type Planner ¶
func (*Planner) PerformExport ¶
func (*Planner) PerformImport ¶
func (*Planner) ValidatePlan ¶
Click to show internal directories.
Click to hide internal directories.