package
0.0.0-20180911130330-d3ccc4fb1d66
Repository: https://github.com/rglyons/kube-arangodb.git
Documentation: pkg.go.dev
# Packages
Package gatefs provides an implementation of the FileSystem interface that wraps another FileSystem and limits its concurrency.
Package httpfs implements http.FileSystem using a godoc vfs.FileSystem.
Package mapfs file provides an implementation of the FileSystem interface based on the contents of a map[string]string.
Package zipfs file provides an implementation of the FileSystem interface based on the contents of a .zip file.
# Functions
NewNameSpace returns a NameSpace pre-initialized with an empty emulated directory mounted on the root mount point "/".
OS returns an implementation of FileSystem reading from the tree rooted at root.
ReadFile reads the file named by path from fs and returns the contents.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
GOROOT is the GOROOT path under which the godoc binary is running.
# Interfaces
The FileSystem interface specifies the methods godoc is using to access the file system for which it serves documentation.
Opener is a minimal virtual filesystem that can only open regular files.
A ReadSeekCloser can Read, Seek, and Close.