environment

package
v0.0.0-...-c57cf68 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 17, 2015 License: GPL-3.0 Imports: 5 Imported by: 1

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 VersionProvider interface {
	Version() semver.Version
}

type VersionReceiver

type VersionReceiver interface {
	SetVersion(semver.Version)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL