Documentation ¶
Index ¶
- type Addition
- type Alias
- func (d *Alias) Config() driver.Config
- func (d *Alias) Drop(ctx context.Context) error
- func (d *Alias) Get(ctx context.Context, path string) (model.Obj, error)
- func (d *Alias) GetAddition() driver.Additional
- func (d *Alias) Init(ctx context.Context) error
- func (d *Alias) Link(ctx context.Context, file model.Obj, args model.LinkArgs) (*model.Link, error)
- func (d *Alias) List(ctx context.Context, dir model.Obj, args model.ListArgs) ([]model.Obj, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Addition ¶
type Addition struct { // Usually one of two // driver.RootPath // define other Paths string `json:"paths" required:"true" type:"text"` }
type Alias ¶
func (*Alias) GetAddition ¶
func (d *Alias) GetAddition() driver.Additional
Click to show internal directories.
Click to hide internal directories.