Documentation ¶
Index ¶
- type GDrive
- func (g GDrive) Cat(path string) (io.ReadCloser, error)
- func (g GDrive) Init(params map[string]string, app *App) (IBackend, error)
- func (g GDrive) LoginForm() Form
- func (g GDrive) Ls(path string) ([]os.FileInfo, error)
- func (g GDrive) Mkdir(path string) error
- func (g GDrive) Mv(from string, to string) error
- func (g GDrive) OAuthToken(ctx *map[string]interface{}) error
- func (g GDrive) OAuthURL() string
- func (g GDrive) Rm(path string) error
- func (g GDrive) Save(path string, reader io.Reader) error
- func (g GDrive) Touch(path string) error
- type GDriveMarker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GDrive ¶
func (GDrive) OAuthToken ¶
type GDriveMarker ¶
type GDriveMarker struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.