Documentation ¶
Index ¶
Constants ¶
View Source
const (
Http_HelloWorldMethod = "/http.Http/HelloWorld"
)
Client methods for Http service
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpRPCClient ¶
type HttpRPCClient interface {
HelloWorld(ctx context.Context, req *serverpb.HelloRequest, opts ...client.GRPCCallOption) (*serverpb.HelloResponse, error)
}
Client gRPC API for Http service
func NewHttpRPCClient ¶
func NewHttpRPCClient(service string, c client.GRPCClient) HttpRPCClient
Client gRPC API for Http service
Click to show internal directories.
Click to hide internal directories.