Versions in this module Expand all Collapse all v0 v0.0.1 Nov 28, 2024 Changes in this version + type Addition struct + HeadSize bool + UrlStructure string + type Node struct + Children []*Node + Level int + Modified int64 + Name string + Size int64 + Url string + func BuildTree(text string, headSize bool) (*Node, error) + func GetNodeFromRootByPath(root *Node, path string) *Node + type Urls struct + func (d *Urls) Config() driver.Config + func (d *Urls) Drop(ctx context.Context) error + func (d *Urls) Get(ctx context.Context, path string) (model.Obj, error) + func (d *Urls) GetAddition() driver.Additional + func (d *Urls) Init(ctx context.Context) error + func (d *Urls) Link(ctx context.Context, file model.Obj, args model.LinkArgs) (*model.Link, error) + func (d *Urls) List(ctx context.Context, dir model.Obj, args model.ListArgs) ([]model.Obj, error)