Versions in this module Expand all Collapse all v0 v0.5.1 Nov 16, 2015 Changes in this version + type Filestore struct + CaCertPath string + CaPrivateKeyPath string + Path string + func (s Filestore) Exists(name string) (bool, error) + func (s Filestore) List() ([]*host.Host, error) + func (s Filestore) Load(name string) (*host.Host, error) + func (s Filestore) NewHost(driver drivers.Driver) (*host.Host, error) + func (s Filestore) Remove(name string) error + func (s Filestore) Save(host *host.Host) error + type Store interface + Exists func(name string) (bool, error) + List func() ([]*host.Host, error) + Load func(name string) (*host.Host, error) + NewHost func(driver drivers.Driver) (*host.Host, error) + Remove func(name string) error + Save func(host *host.Host) error