Versions in this module Expand all Collapse all v0 v0.3.0 Aug 19, 2016 Changes in this version + type Collection struct + func NewCollection() *Collection + func (c *Collection) Add(mc *storage.Mount) + func (c *Collection) Get(vol string) (*storage.Mount, error) + func (c *Collection) Remove(vol string) + type Counter struct + func NewCounter() *Counter + func (c *Counter) Add(mp string) int + func (c *Counter) AddCount(mp string, n int) int + func (c *Counter) Get(mp string) int + func (c *Counter) Sub(mp string) int