Versions in this module Expand all Collapse all v0 v0.0.3 Dec 6, 2016 v0.0.2 Nov 30, 2016 Changes in this version type Config + AuthMethod string v0.0.1 Nov 29, 2016 Changes in this version + type Config struct + Root string + Token string + Vault *api.Config + type Driver struct + func New(config Config) Driver + func (d Driver) Capabilities(r volume.Request) volume.Response + func (d Driver) Create(r volume.Request) volume.Response + func (d Driver) Get(r volume.Request) volume.Response + func (d Driver) List(r volume.Request) volume.Response + func (d Driver) Mount(r volume.MountRequest) volume.Response + func (d Driver) Path(r volume.Request) volume.Response + func (d Driver) Remove(r volume.Request) volume.Response + func (d Driver) Stop() []error + func (d Driver) Unmount(r volume.UnmountRequest) volume.Response + type Server struct + func NewServer(config *api.Config, mountpoint, token, root string) (*Server, error) + func (s *Server) Mount() error + func (s *Server) Unmount() error