Documentation ¶
Index ¶
Constants ¶
View Source
const CSYNC_VERSION = "0.0.1"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Environment ¶
type Environment interface { VersionProvider Save() error }
type MutableEnvironment ¶
type MutableEnvironment interface { Environment VersionReceiver Load() error }
func New ¶
func New() MutableEnvironment
type VersionProvider ¶
type VersionReceiver ¶
Click to show internal directories.
Click to hide internal directories.