Documentation ¶
Overview ¶
Package utils contains various helpers and utility functions
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoggerMustFromContext ¶ added in v0.6.0
func StreamServerMetadata ¶ added in v0.6.0
func StreamServerMetadata(logger *zap.Logger) grpc.StreamServerInterceptor
func UnaryServerMetadata ¶ added in v0.6.0
func UnaryServerMetadata(logger *zap.Logger) grpc.UnaryServerInterceptor
Types ¶
type Counter ¶
type Counter[T number] struct {
// contains filtered or unexported fields
}
func NewCounter ¶
func NewCounter[T number]() *Counter[T]
Click to show internal directories.
Click to hide internal directories.