Documentation ¶
Index ¶
Constants ¶
View Source
const Name = "grpcc"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { grpc.ClientConnInterface Healthy(ctx context.Context) error }
Client grpc client interface
func New ¶ added in v0.1.26
func New(cfg *grpcc_config.Cfg, p Params, middlewares ...lava.Middleware) Client
type Config ¶ added in v0.2.11
type Config = grpcc_config.Cfg
Click to show internal directories.
Click to hide internal directories.