Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileSystem ¶
func LoadBackend ¶
func LoadBackend(uri, credentials string) (FileSystem, error)
type GCSFileSystem ¶
type GCSFileSystem struct {
// contains filtered or unexported fields
}
func NewGCSFileSystem ¶
func NewGCSFileSystem(uri, credentials string) (*GCSFileSystem, error)
type InMemoryFile ¶
func (*InMemoryFile) Close ¶
func (i *InMemoryFile) Close() error
func (*InMemoryFile) MimeType ¶
func (i *InMemoryFile) MimeType() string
func (*InMemoryFile) ModTime ¶
func (i *InMemoryFile) ModTime() time.Time
type LocalFileSystem ¶
type LocalFileSystem struct {
// contains filtered or unexported fields
}
func NewLocalFileSystem ¶
func NewLocalFileSystem(dir string) (*LocalFileSystem, error)
Click to show internal directories.
Click to hide internal directories.