package
1.91.0
Repository: https://github.com/nufy323/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

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

# Type aliases

Error is an alias of a status proto.