Documentation
¶
Index ¶
- func Exists(driver string) bool
- func New(driver string, option map[string]any, fns ...cloudfs.WrapFunc) (cloudfs.FS, error)
- func NewFromString(driver string, option string, fns ...cloudfs.WrapFunc) (cloudfs.FS, error)
- func Register(typ string, factory OptionFactory)
- func VerifyOption(driver string, option string) error
- type Option
- type OptionFactory
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFromString ¶
func Register ¶
func Register(typ string, factory OptionFactory)
func VerifyOption ¶
Types ¶
type OptionFactory ¶
type OptionFactory func() Option
Click to show internal directories.
Click to hide internal directories.