Versions in this module Expand all Collapse all v0 v0.3.0 Aug 19, 2016 Changes in this version + type Engine struct + func New(prefix string, etcdHosts []string) *Engine + func (e *Engine) CreateDirectory(target string) error + func (e *Engine) CreateKey(target string, contents []byte) error + func (e *Engine) CurrentSchemaVersion() int64 + func (e *Engine) DeleteDirectory(target string) error + func (e *Engine) DeleteKey(target string) error + func (e *Engine) Name() string + func (e *Engine) UpdateSchemaVersion(newVersion int64) error