adapter

package
v0.0.0-...-461a674 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 5, 2017 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Adapter

type Adapter interface {
	CreateDir(string, ...interface{}) error
	Copy(string, string) error
	Delete(string) error
	DeleteDir(string) error
	Has(string) (bool, error)
	HasDir(string) (bool, error)
	MimeType(string) (string, error)
	Read(string) (string, error)
	ReadAndDelete(string) (string, error)
	Rename(string, string) error
	Write(string, string, ...interface{}) error
}

Adapter represents a Fly adapter.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL