Versions in this module Expand all Collapse all v1 v1.0.48 May 8, 2018 v1.0.44 Feb 21, 2018 Changes in this version + func NewFS(config libkbfs.Config, log logger.Logger) keybase1.FsInterface + func ParseTlfHandle(ctx context.Context, kbpki libkbfs.KBPKI, mdOps libkbfs.MDOps, name string, ...) (*libkbfs.TlfHandle, error) + type CannotJoinPathErr struct + func (e CannotJoinPathErr) Error() string + type InvalidPathErr struct + func (e InvalidPathErr) Error() string + type Path struct + PathType PathType + TLFComponents []string + TLFName string + TLFType tlf.Type + func NewPath(pathStr string) (Path, error) + func (p Path) DirAndBasename() (dir Path, basename string, err error) + func (p Path) GetDirNode(ctx context.Context, config libkbfs.Config) (libkbfs.Node, error) + func (p Path) GetFileNode(ctx context.Context, config libkbfs.Config) (libkbfs.Node, error) + func (p Path) GetNode(ctx context.Context, config libkbfs.Config) (libkbfs.Node, libkbfs.EntryInfo, error) + func (p Path) Join(childName string) (childPath Path, err error) + func (p Path) String() string + type PathType int + const InvalidPathType + const KeybaseChildPathType + const KeybasePathType + const RootPathType + const TLFPathType Incompatible versions in this module v2.11.0+incompatible Nov 30, 2018