Versions in this module Expand all Collapse all v0 v0.0.2 Jun 23, 2026 v0.0.1 Jun 23, 2026 Changes in this version + const FileFields + const FileMapping + const FileProfile + const FileSync + const MaxNameLen + var ReservedNames = map[string]struct + func DecodeID(name string) (id string, hashed bool, err error) + func EncodeID(id string) (name string, hashed bool) + func Errno(err error) syscall.Errno + func ExitCode(err error) int + func IsHashedName(name string) bool + func IsReserved(name string) bool + type Error struct + Err error + Kind Kind + Msg string + func Errf(k Kind, format string, args ...any) *Error + func Wrap(k Kind, cause error, format string, args ...any) *Error + func (e *Error) Error() string + func (e *Error) Unwrap() error + type Kind int + const KindConflict + const KindInternal + const KindInvalidJSON + const KindNameTooLong + const KindNotFound + const KindPermission + const KindReadOnly + const KindUnsupported + const KindUpstream + const KindUsage + func KindOf(err error) Kind + type Node struct + HashedName string + ID string + Index string + Kind NodeKind + func ParsePath(rel string) Node + type NodeKind int + const NodeDocument + const NodeIndexDir + const NodeIndexFields + const NodeIndexMapping + const NodeIndexProfile + const NodeIndexSync + const NodeInvalid + const NodeMountProfile + const NodeMountSync + const NodeRoot