Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IServiceServer ¶
type IServiceServer interface { // RegisterGrpc - HealthServiceServer's method to registrate gRPC service server handlers RegisterGrpc(sr grpc.ServiceRegistrar) error // RegisterGrpcProxy - HealthServiceServer's method to registrate gRPC proxy service server handlers RegisterGrpcProxy(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error }
IServiceServer - interface for services servers for archaeopteryx.
All services should implements this interface to make possible archaeopteryx registrate services handlers in server
Click to show internal directories.
Click to hide internal directories.