Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Generator ¶
type Generator interface {
Generate() XRequestID
}
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) InTapHandler ¶
func (*Handler) UnaryInterceptor ¶
func (h *Handler) UnaryInterceptor( ctx context.Context, req any, _ *grpc.UnaryServerInfo, handler grpc.UnaryHandler, ) (any, error)
type ShortuuidGenerator ¶
type ShortuuidGenerator struct{}
func (ShortuuidGenerator) Generate ¶
func (ShortuuidGenerator) Generate() XRequestID
type XRequestID ¶
type XRequestID = string
Click to show internal directories.
Click to hide internal directories.