Documentation ¶ Index ¶ type Sync func NewSync(opts ctlconf.DirectoryContentsHTTP, refFetcher ctlfetch.RefFetcher) *Sync func (t *Sync) Sync(dstPath string, tempArea ctlfetch.TempArea) (ctlconf.LockDirectoryContentsHTTP, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Sync ¶ type Sync struct { // contains filtered or unexported fields } func NewSync ¶ func NewSync(opts ctlconf.DirectoryContentsHTTP, refFetcher ctlfetch.RefFetcher) *Sync func (*Sync) Sync ¶ func (t *Sync) Sync(dstPath string, tempArea ctlfetch.TempArea) (ctlconf.LockDirectoryContentsHTTP, error) Source Files ¶ View all Source files sync.go Click to show internal directories. Click to hide internal directories.