Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthOptions ¶
type SyncOptions ¶
type SyncOptions struct { Path string RefName plumbing.ReferenceName CABuntleFile string PollInterval time.Duration Auth AuthOptions }
type SyncStatus ¶
type Syncer ¶
type Syncer struct { Options SyncOptions // contains filtered or unexported fields }
func NewSyncer ¶
func NewSyncer(options SyncOptions) *Syncer
func (*Syncer) Status ¶
func (s *Syncer) Status() SyncStatus
Click to show internal directories.
Click to hide internal directories.