package
2.0.0+incompatible
Repository: https://github.com/csci-2390-project/grpc-go.git
Documentation: pkg.go.dev

# Functions

Err returns an error representing c and msg.
Errorf returns Error(c, fmt.Sprintf(format, a...)).
FromProto returns a Status representing s.
New returns a Status representing c and msg.
Newf returns New(c, fmt.Sprintf(format, a...)).

# Structs

Error wraps a pointer of a status proto.
Status represents an RPC status code, message, and details.