package
0.0.0-20180911130330-d3ccc4fb1d66
Repository: https://github.com/rglyons/kube-arangodb.git
Documentation: pkg.go.dev
# Functions
Find returns the name of an object (.o) or archive (.a) file containing type information for the specified import path, using the workspace layout conventions of go/build.
NewImporter returns a new instance of the types.Importer interface that reads type information from export data files written by gc.
NewReader returns a reader for the export data section of an object (.o) or archive (.a) file read from r.
Read reads export data from in, decodes it, and returns type information for the package.
Write writes encoded type information for the specified package to out.