dcfs

package
v0.0.0-...-038a292 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 28, 2021 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	XattrKeyParentId = "user.ocis.parentid"
	XattrKeyName     = "user.ocis.name"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Node

type Node struct {
	Name     string
	ParentId string
	Path     string
	Children []Node
}

func ListChildren

func ListChildren(n Node) ([]Node, error)

func ListRoots

func ListRoots(path string) ([]Node, error)

func ListTrees

func ListTrees(path string) ([]Node, error)

func Read

func Read(path string) (Node, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL