Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestGRPCServer ¶
type TestGRPCServer struct { C chan *glootest.TestRequest Port uint32 HealthChecker healthchecker.HealthChecker }
func RunServer ¶
func RunServer(ctx context.Context) *TestGRPCServer
func (*TestGRPCServer) TestMethod ¶
func (s *TestGRPCServer) TestMethod(_ context.Context, req *glootest.TestRequest) (*glootest.TestResponse, error)
Returns a list of all shelves in the bookstore.
func (*TestGRPCServer) TestMethod2 ¶ added in v0.17.1
func (s *TestGRPCServer) TestMethod2(_ context.Context, req *glootest.TestRequest2) (*glootest.TestResponse2, error)
Click to show internal directories.
Click to hide internal directories.