Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyncAction ¶
type SyncAction interface {
Sync() ([]SyncResult, error)
}
func NewSyncAction ¶
func NewSyncAction(enabledSource source.Source, targets []target.SyncTarget) SyncAction
type SyncResult ¶
type SyncResult struct {
Name string
}
Click to show internal directories.
Click to hide internal directories.