Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrMissingAuthority = errors.New("unable to determine uri authority ([user@]host[:port]) for network-based scheme") ErrMissingScheme = errors.New("unable to determine uri scheme") ErrRegFsNotFound = errors.New("no matching registered filesystem found") ErrBlankURI = errors.New("uri is blank") )
Functions ¶
func NewFile ¶
NewFile is a convenience function that allows for instantiating a file based on a uri string. Any backend file system is supported, though some may require prior configuration. See the docs for specific requirements of each.
func NewLocation ¶
NewLocation is a convenience function that allows for instantiating a location based on a uri string. Any backend file system is supported, though some may require prior configuration. See the docs for specific requirements of each
func WithContext ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.