package
Version:
v0.0.0-...-bc19bdb
Opens a new window with list of versions in this module.
Published: Mar 7, 2016
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AferoConfig struct {
FileLimit int `json:"fileLimit"`
BasePath string `json:"basePath"`
}
type Configs struct {
Disk *AferoConfig `json:"disk"`
}
Fs provides a common file-system API
type Storage struct {
FileLimit int
FileSystems map[string]Fs
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.