Versions in this module Expand all Collapse all v0 v0.8.1 Jun 13, 2019 v0.8.0 May 10, 2019 Changes in this version type Base + ForceDiffImport bool v0.7.3 May 9, 2019 v0.7.2 May 3, 2019 v0.7.1 May 3, 2019 v0.7.0 May 3, 2019 Changes in this version + type Base struct + CacheDir string + ConfigFile string + Connection string + DiffDir string + DiffStateBefore time.Duration + ExpireTilesDir string + ExpireTilesZoom int + HTTPProfile string + LimitTo string + LimitToCacheBuffer float64 + MappingFile string + Quiet bool + ReplicationInterval time.Duration + ReplicationURL string + Schemas Schemas + Srid int type Config + ReplicationURL string + type Import struct + Appendcache bool + Base Base + DeployProduction bool + Diff bool + Optimize bool + Overwritecache bool + Read string + RemoveBackup bool + RevertDeploy bool + Write bool v0.6.0-alpha.4 Apr 17, 2018 v0.6.0-alpha.3 Apr 16, 2018 v0.6.0-alpha.2 Apr 15, 2018 v0.6.0-alpha.1 Apr 14, 2018 v0.5.0 Nov 21, 2017 Changes in this version + var BaseOptions = _BaseOptions + var DiffFlags = flag.NewFlagSet("diff", flag.ExitOnError) + var ImportFlags = flag.NewFlagSet("import", flag.ExitOnError) + var ImportOptions = _ImportOptions + var RunFlags = flag.NewFlagSet("run", flag.ExitOnError) + func ParseDiffImport(args []string) + func ParseImport(args []string) + func ParseRunImport(args []string) + func UsageDiff() + func UsageImport() + func UsageRun() + type Config struct + CacheDir string + Connection string + DiffDir string + DiffStateBefore MinutesInterval + ExpireTilesDir string + ExpireTilesZoom int + LimitTo string + LimitToCacheBuffer float64 + MappingFile string + ReplicationInterval MinutesInterval + ReplicationUrl string + Schemas Schemas + Srid int + type MinutesInterval struct + func (d *MinutesInterval) UnmarshalJSON(b []byte) (err error) + type Schemas struct + Backup string + Import string + Production string