Documentation
¶
Index ¶
- func AuditInterceptor() grpc.UnaryServerInterceptor
- func RecoverPanic() grpc.UnaryServerInterceptor
- func RequireMetadataPresence() grpc.UnaryServerInterceptor
- func RequireValidUUID(key string) grpc.UnaryServerInterceptor
- func StartTracingRequest() grpc.UnaryServerInterceptor
- type RPCClient
- type Server
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuditInterceptor ¶
func AuditInterceptor() grpc.UnaryServerInterceptor
func RecoverPanic ¶ added in v0.0.6
func RecoverPanic() grpc.UnaryServerInterceptor
func RequireMetadataPresence ¶ added in v0.0.2
func RequireMetadataPresence() grpc.UnaryServerInterceptor
func RequireValidUUID ¶ added in v0.0.2
func RequireValidUUID(key string) grpc.UnaryServerInterceptor
func StartTracingRequest ¶ added in v0.0.2
func StartTracingRequest() grpc.UnaryServerInterceptor
Types ¶
type RPCClient ¶ added in v0.0.2
type RPCClient struct {
Connection *grpc.ClientConn
// contains filtered or unexported fields
}
func NewRPCClient ¶ added in v0.0.2
Click to show internal directories.
Click to hide internal directories.