Documentation
¶
Index ¶
- type Addition
- type WebDav
- func (d *WebDav) Config() driver.Config
- func (d *WebDav) Copy(ctx context.Context, srcObj, dstDir model.Obj) error
- func (d *WebDav) Drop(ctx context.Context) error
- func (d *WebDav) GetAddition() driver.Additional
- func (d *WebDav) Init(ctx context.Context) error
- func (d *WebDav) Link(ctx context.Context, file model.Obj, args model.LinkArgs) (*model.Link, error)
- func (d *WebDav) List(ctx context.Context, dir model.Obj, args model.ListArgs) ([]model.Obj, error)
- func (d *WebDav) MakeDir(ctx context.Context, parentDir model.Obj, dirName string) error
- func (d *WebDav) Move(ctx context.Context, srcObj, dstDir model.Obj) error
- func (d *WebDav) Put(ctx context.Context, dstDir model.Obj, s model.FileStreamer, ...) error
- func (d *WebDav) Remove(ctx context.Context, obj model.Obj) error
- func (d *WebDav) Rename(ctx context.Context, srcObj model.Obj, newName string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Addition ¶
type Addition struct {
Vendor string `json:"vendor" type:"select" options:"sharepoint,other" default:"other"`
Address string `json:"address" required:"true"`
Username string `json:"username" required:"true"`
Password string `json:"password" required:"true"`
driver.RootPath
TlsInsecureSkipVerify bool `json:"tls_insecure_skip_verify" default:"false"`
}
Directories
¶
| Path | Synopsis |
|---|---|
|
Package odrvcookie can fetch authentication cookies for a sharepoint webdav endpoint
|
Package odrvcookie can fetch authentication cookies for a sharepoint webdav endpoint |
Click to show internal directories.
Click to hide internal directories.