Documentation ¶
Index ¶
Constants ¶
View Source
const (
EnvMongoSync = "SOAJS_MONGO_SYNC_OPTIONS"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MongoColInfo ¶
type MongoCollections ¶
type MongoCollections struct { S MongoColInfo `json:"s"` D MongoColInfo `json:"d"` Copy bool `json:"copy"` Drop bool `json:"drop"` }
type MongoSource ¶
type MongoSync ¶
type MongoSync struct { FirstOpTime string `json:"firstOpTime"` Token MongoUri `json:"token"` Source MongoSource `json:"source"` Destination MongoUri `json:"destination"` Collections []MongoCollections `json:"collections"` }
func GetMongoSync ¶
Click to show internal directories.
Click to hide internal directories.