Versions in this module Expand all Collapse all v0 v0.4.1 Feb 26, 2017 v0.4.0 Feb 20, 2017 Changes in this version + var InterfaceSpec = spi.InterfaceSpec + var NullPath = Path([]string{}) + type Path []string + func (p Path) Base() string + func (p Path) Clean() Path + func (p Path) Dir() Path + func (p Path) Index(i int) *string + func (p Path) Join(child string) Path + func (p Path) Len() int + func (p Path) Rel(path Path) Path + func (p Path) Shift(i int) Path + func (p Path) Sub(child Path) Path + type Plugin interface + Get func(path Path) (value *types.Any, err error) + List func(path Path) (child []string, err error)