Documentation ¶ Index ¶ func GetDriver() fileInterfaces.System type Config Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GetDriver ¶ func GetDriver() fileInterfaces.System GetDriver returns a driver for the local file system Types ¶ type Config ¶ type Config struct { // DataPath is the top directory where files are stored DataPath string // FilePrefix is an optional setting, if files are to be stored with the prefix FilePrefix string } Config is the required configuration for the driver Source Files ¶ View all Source files Localstorage.go Click to show internal directories. Click to hide internal directories.