Documentation
¶
Index ¶
- Variables
- type PathContext
- type PermissionSet
- type Registry
- func (r *Registry) Contains(path string) (ResolvedPath, bool)
- func (r *Registry) DefaultRootPath() string
- func (r *Registry) HomePathAbs() string
- func (r *Registry) NormalizeInput(path string) (string, error)
- func (r *Registry) PathContext() PathContext
- func (r *Registry) Resolve(path string, opts ResolveOptions) (ResolvedPath, error)
- func (r *Registry) ResolveTarget(path string, opts ResolveOptions) (ResolvedPath, error)
- func (r *Registry) Revision() uint64
- func (r *Registry) UpdateFromConfig(cfg *config.Config) error
- type ResolveOptions
- type ResolvedPath
- type Root
- type RootKind
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type PathContext ¶
type PermissionSet ¶
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
func NewDefaultRegistry ¶
func (*Registry) DefaultRootPath ¶
func (*Registry) HomePathAbs ¶
func (*Registry) PathContext ¶
func (r *Registry) PathContext() PathContext
func (*Registry) Resolve ¶
func (r *Registry) Resolve(path string, opts ResolveOptions) (ResolvedPath, error)
func (*Registry) ResolveTarget ¶
func (r *Registry) ResolveTarget(path string, opts ResolveOptions) (ResolvedPath, error)
type ResolveOptions ¶
type ResolvedPath ¶
Click to show internal directories.
Click to hide internal directories.