Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GRPCBinder ¶
type GRPCBinder interface {
BindGRPC(bind func(grpc.ServiceRegistrar))
}
GRPCBinder is a biner for an GRPC service.
type HTTPBinder ¶
HTTPBinder is a binder for an HTTP service.
type ServiceBinder ¶
type ServiceBinder interface { HTTPBinder GRPCBinder }
ServiceBinder is a binder interface used to bind gRPC and HTTP services.
Click to show internal directories.
Click to hide internal directories.