Documentation ¶
Overview ¶
Package proto is a generated protocol buffer package.
It is generated from these files:
proto/test.proto
It has these top-level messages:
Void
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterTestServer ¶
func RegisterTestServer(s *grpc.Server, srv TestServer)
Types ¶
type TestClient ¶
type TestClient interface {
Ping(ctx context.Context, in *Void, opts ...grpc.CallOption) (*Void, error)
}
func NewTestClient ¶
func NewTestClient(cc *grpc.ClientConn) TestClient
Click to show internal directories.
Click to hide internal directories.