Documentation ¶
Overview ¶
Package grpc provides a gRPC component with included observability.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
Builder pattern for our gRPC service.
func (*Builder) WithOptions ¶
func (b *Builder) WithOptions(oo ...grpc.ServerOption) *Builder
WithOptions allows gRPC server options to be set.
Click to show internal directories.
Click to hide internal directories.