Documentation ¶
Index ¶
- func New() driver.Driver
- type Addition
- type Error
- type File
- type Files
- type GoogleDrive
- func (d *GoogleDrive) Config() driver.Config
- func (d *GoogleDrive) Copy(ctx context.Context, srcObj, dstDir model.Obj) error
- func (d *GoogleDrive) Drop(ctx context.Context) error
- func (d *GoogleDrive) GetAddition() driver.Additional
- func (d *GoogleDrive) Init(ctx context.Context, storage model.Storage) error
- func (d *GoogleDrive) Link(ctx context.Context, file model.Obj, args model.LinkArgs) (*model.Link, error)
- func (d *GoogleDrive) List(ctx context.Context, dir model.Obj, args model.ListArgs) ([]model.Obj, error)
- func (d *GoogleDrive) MakeDir(ctx context.Context, parentDir model.Obj, dirName string) error
- func (d *GoogleDrive) Move(ctx context.Context, srcObj, dstDir model.Obj) error
- func (d *GoogleDrive) Put(ctx context.Context, dstDir model.Obj, stream model.FileStreamer, ...) error
- func (d *GoogleDrive) Remove(ctx context.Context, obj model.Obj) error
- func (d *GoogleDrive) Rename(ctx context.Context, srcObj model.Obj, newName string) error
- type TokenError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Addition ¶
type Addition struct { driver.RootID RefreshToken string `json:"refresh_token" required:"true"` OrderBy string `json:"order_by" type:"string" help:"such as: folder,name,modifiedTime"` OrderDirection string `json:"order_direction" type:"select" options:"asc,desc"` ClientID string `json:"client_id" required:"true" default:"202264815644.apps.googleusercontent.com"` ClientSecret string `json:"client_secret" required:"true" default:"X4Z3ca8xfWDb1Voo-F9a7ZxJ"` }
type GoogleDrive ¶
func (*GoogleDrive) Config ¶
func (d *GoogleDrive) Config() driver.Config
func (*GoogleDrive) GetAddition ¶
func (d *GoogleDrive) GetAddition() driver.Additional
func (*GoogleDrive) Put ¶
func (d *GoogleDrive) Put(ctx context.Context, dstDir model.Obj, stream model.FileStreamer, up driver.UpdateProgress) error
type TokenError ¶
Click to show internal directories.
Click to hide internal directories.