package
0.0.0-20230101183712-202847b4b89b
Repository: https://github.com/corestoreio/csfw.git
Documentation: pkg.go.dev
# Functions
NewAbstractServer creates a new abstract service for embedding into other services.
NewStatusBadRequestError creates a new GRPC status code error with optional advanced BadRequest_FieldViolation hints.
WithErrorMetrics enables OpenCensus error counting.
WithLogger adds a logger otherwise logging would be completely disabled.
WithServerAuthFuncOverrider adds a custom authentication type.
# Structs
AbstractServer provides general functions and options for a concrete service.
# Interfaces
ServerAuthFuncOverrider allows a given gRPC service implementation to override the global `AuthFunc`.
# Type aliases
Option applies various options to the AbstractServer.