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 ¶
func New(cfg *grpccconfig.Cfg, p Params, middlewares ...lava.Middleware) Client
type Config ¶
type Config = grpccconfig.Cfg
Click to show internal directories.
Click to hide internal directories.