Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterGripmockServer ¶
func RegisterGripmockServer(s *grpc.Server, srv GripmockServer)
Types ¶
type GripmockClient ¶
type GripmockClient interface {
ApiInfo(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*api.Api, error)
}
GripmockClient is the client API for Gripmock service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewGripmockClient ¶
func NewGripmockClient(cc *grpc.ClientConn) GripmockClient
Click to show internal directories.
Click to hide internal directories.