Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGRPCServer ¶
Types ¶
type TestAPIController ¶
type TestAPIController struct {
v1.UnimplementedTestAPIServiceServer
}
func (*TestAPIController) Echo ¶
func (*TestAPIController) Echo(ctx context.Context, request *v1.TestAPIServiceEchoRequestResponse) (*v1.TestAPIServiceEchoRequestResponse, error)
func (*TestAPIController) EchoError ¶
func (*TestAPIController) EchoError(ctx context.Context, request *v1.TestAPIServiceEchoErrorRequest) (*emptypb.Empty, error)
Click to show internal directories.
Click to hide internal directories.