Versions in this module Expand all Collapse all v0 v0.2.0 May 12, 2022 v0.1.0 May 4, 2022 Changes in this version + type DummyRemote struct + func NewDummyRemote(id string, dest string) *DummyRemote + func (r DummyRemote) Init() error + func (r DummyRemote) Publish(snapshot string) error + func (r DummyRemote) Sync() error + type Remote interface + Init func() error + Publish func(snapshot string) error + Sync func() error + type RepoSyncRemote struct + func NewRepoSyncRemote(id string, src string, usPath string, saPath string) *RepoSyncRemote + func (r RepoSyncRemote) Init() error + func (r RepoSyncRemote) Publish(snapshot string) error + func (r RepoSyncRemote) Sync() error + type RsyncRemote struct + func NewRsyncRemote(id string, src string, dest string, excludes []string) *RsyncRemote + func (r RsyncRemote) Init() error + func (r RsyncRemote) Publish(snapshot string) error + func (r RsyncRemote) Sync() error