Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Grpc ¶
Grpc is the http implementation
type Option ¶
type Option func(*Grpc)
Option represents the grpc client options.
func WithDialOptions ¶
func WithDialOptions(opts ...grpc.DialOption) Option
WithDialOptions sets the grpc dial options.
func WithHeader ¶
WithHeader sets the grpc metadata for the request.
func WithLogger ¶
WithLogger sets the logger for the client.
func WithRetry ¶
WithRetry retries for the error upto max attempts with the given delay between calls
func WithSerializer ¶
func WithSerializer(s serializer.SerializerFunc) Option
WithSerializer sets the serializer for the raccoon message.
Click to show internal directories.
Click to hide internal directories.