Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Filter string `arg:"-f" help:"filter type: gt, lt, gte, or lte"`
Value string `arg:"-v" help:"filter value"`
NoDelete bool `arg:"-n,--nodelete" help:"don't delete records from target"`
Tables []string `arg:"-t,--tables,separate" help:"tables to sync (if not specified, syncs all tables)"`
SrcDbPath string `arg:"positional,required" help:"source database path"`
DstDbPath string `arg:"positional,required" help:"target database path"`
}
Modify the existing Config struct to add arg tags
func (Config) Description ¶
Click to show internal directories.
Click to hide internal directories.