Versions in this module Expand all Collapse all v0 v0.1.0 Mar 19, 2020 Changes in this version + const FS + const UNSUPPORTED + const Version + func StorageType(p string) int + type Store struct + Base func(string) string + Clean func(string) string + Config map[string]interface{} + Create func(string, io.Reader) error + Delete func(string) error + Dir func(string) string + Ext func(string) string + IsAbs func(string) bool + Join func(...string) string + Match func(string, string) (bool, error) + Mkdir func(string, os.FileMode) error + MkdirAll func(string, os.FileMode) error + Read func(string) ([]byte, error) + ReadDir func(string) ([]os.FileInfo, error) + ReadFile func(string) ([]byte, error) + Remove func(string) error + RemoveAll func(string) error + Split func(string) (string, string) + Stat func(string) (os.FileInfo, error) + Type int + Update func(string, io.Reader) error + WriteFile func(string, []byte, os.FileMode) error + WriteFilter func(string, func(*os.File) error) error + func GetDefaultStore() (*Store, error) + func GetStore(name string) (*Store, error) + func Init(storeType int, options map[string]interface{}) (*Store, error) + func (store *Store) FindByExt(p string, ext string) ([]string, error) + func (store *Store) IsDir(p string) bool + func (store *Store) IsFile(p string) bool + func (store *Store) Location(workPath string) (string, error)