package
Version:
v0.0.0-...-c8a5df3
Opens a new window with list of versions in this module.
Published: Mar 11, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package service implements a simple store.Store using an existing file system.
New creates a new store.Store service.
type Config struct {
Root string `yaml:"root"`
}
Config holds the configuration for a file system backed fs.Store
implementation.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.