Versions in this module Expand all Collapse all v1 v1.10.0 Sep 4, 2015 Changes in this version + func CreateClient(c cookoo.Context, p *cookoo.Params) (interface{}, cookoo.Interrupt) + func FindSSHUser(c cookoo.Context, p *cookoo.Params) (interface{}, cookoo.Interrupt) + func Get(c cookoo.Context, p *cookoo.Params) (interface{}, cookoo.Interrupt) + func IsRunning(c cookoo.Context, p *cookoo.Params) (interface{}, cookoo.Interrupt) + func MakeDir(c cookoo.Context, p *cookoo.Params) (interface{}, cookoo.Interrupt) + func Set(c cookoo.Context, p *cookoo.Params) (interface{}, cookoo.Interrupt) + func StoreHostKeys(c cookoo.Context, p *cookoo.Params) (interface{}, cookoo.Interrupt) + func UpdateHostPort(c cookoo.Context, p *cookoo.Params) (interface{}, cookoo.Interrupt) + func Watch(c cookoo.Context, p *cookoo.Params) (interface{}, cookoo.Interrupt) + type DirCreator interface + CreateDir func(string, uint64) (*etcd.Response, error) + type Getter interface + Get func(string, bool, bool) (*etcd.Response, error) + type GetterSetter interface + type Setter interface + Set func(string, string, uint64) (*etcd.Response, error) + type Watcher interface + Watch func(string, uint64, bool, chan *etcd.Response, chan bool) (*etcd.Response, error)