Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
// CachePath represents the path on disk where our cache will live
CachePath string `toml:"cache_path"`
}
Options is a collection of Configurations for storing cached data on the Filesystem
func NewOptions ¶
func NewOptions() *Options
NewOptions returns a new Filesystem Options Reference with default values set
Click to show internal directories.
Click to hide internal directories.