package
4.3.2+incompatible
Repository: https://github.com/qbit/client.git
Documentation: pkg.go.dev

# README

fsrpc

This package implements RPC interfaces that connected clients can call in KBFS, to do certain operations, such as listing files.

# Functions

NewFS returns a new FS protocol implementation.
NewPath constructs a Path from a string.
ParseTlfHandle is a wrapper around libkbfs.ParseTlfHandle that automatically resolves non-canonical names.

# Constants

InvalidPathType denotes an invalid path type.
KeybaseChildPathType is a keybase reserved path (like /keybase/public).
KeybasePathType is the keybase root (like /keybase).
RootPathType is a root path type (like /).
TLFPathType is a top level folder (/keybase/public/gabrielh).

# Structs

CannotJoinPathErr is returned on Join error.
InvalidPathErr is error for invalid paths.
Path defines a file path in KBFS such as /keybase/public or /keybase/private/gabrielh.

# Type aliases

PathType describes the types for different paths.