package
0.0.0-20180911130330-d3ccc4fb1d66
Repository: https://github.com/rglyons/kube-arangodb.git
Documentation: pkg.go.dev

# Functions

Error returns an error representing c and msg.
Errorf returns Error(c, fmt.Sprintf(format, a...)).
ErrorProto returns an error representing s.
FromError returns a Status representing err if it was produced from this package, otherwise it returns nil, false.
FromProto returns a Status representing s.
New returns a Status representing c and msg.
Newf returns New(c, fmt.Sprintf(format, a...)).

# Structs

Status represents an RPC status code, message, and details.