Versions in this module Expand all Collapse all v0 v0.0.3 May 16, 2024 Changes in this version + type ConnPool struct + func NewConnPool(logger logrus.FieldLogger, dialer contextDialer) *ConnPool + func (c *ConnPool) GetClientConn(ctx context.Context, destination string, dialOptions ...grpc.DialOption) (*grpc.ClientConn, error) + type Message struct + Message interface{} + MessageOrigin MessageOrigin + RawMessage []byte + Timestamp time.Time + type MessageOrigin string + const ClientMessage + const ServerMessage + type RPC struct + Messages []*Message + Metadata metadata.MD + MetadataRespHeaders metadata.MD + MetadataRespTrailers metadata.MD + Method string + Service string + Status *Status + func (r RPC) StreamName() string + type Status struct + Code string + Message string