Versions in this module Expand all Collapse all v0 v0.7.0 Apr 12, 2018 v0.6.0 Apr 10, 2018 Changes in this version + type Controller interface + Read func(path string) ([]byte, error) + Write func(path string) ([]byte, error) + func Init(cType string) Controller + type Local struct + func (l *Local) Read(path string) ([]byte, error) + func (l *Local) Write(path string) ([]byte, error)