Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FSSync ¶
type FSSync interface { Sync() (updated []string, err error) Persist(message, filename string) error }
func NewGitSync ¶
func NewPlaceboSync ¶
func NewPlaceboSync() FSSync
type PlaceboSync ¶
type PlaceboSync struct{}
func (*PlaceboSync) Sync ¶
func (g *PlaceboSync) Sync() ([]string, error)
Click to show internal directories.
Click to hide internal directories.