Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntegrityOptionsDto ¶
type IntegrityOptionsDto struct {
Upsert bool `json:"upsert"`
}
type JobDto ¶
type JobDto struct { Name string `json:"name"` Source string `json:"source"` Target string `json:"target"` Options OptionsDto `json:"options"` }
type MirOptionsDto ¶
type OptionsDto ¶
type OptionsDto struct { Mir MirOptionsDto `json:"mir"` Integrity IntegrityOptionsDto `json:"integrity"` }
Click to show internal directories.
Click to hide internal directories.