Documentation ¶
Index ¶
- type UnitTestService
- func (s *UnitTestService) Callback(ctx context.Context, req *pb.TestCallBackRequest) (*pb.TestCallBackResponse, error)
- func (s *UnitTestService) GetRecord(ctx context.Context, req *pb.TestRecordGetRequest) (*pb.TestRecordGetResponse, error)
- func (s *UnitTestService) GetTestTypes(ctx context.Context, req *pb.TestTypeRequest) (*pb.TestTypeResponse, error)
- func (s *UnitTestService) ListRecords(ctx context.Context, req *pb.TestRecordPagingRequest) (*pb.TestRecordPagingResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UnitTestService ¶
type UnitTestService struct {
// contains filtered or unexported fields
}
func (*UnitTestService) Callback ¶
func (s *UnitTestService) Callback(ctx context.Context, req *pb.TestCallBackRequest) (*pb.TestCallBackResponse, error)
func (*UnitTestService) GetRecord ¶
func (s *UnitTestService) GetRecord(ctx context.Context, req *pb.TestRecordGetRequest) (*pb.TestRecordGetResponse, error)
func (*UnitTestService) GetTestTypes ¶
func (s *UnitTestService) GetTestTypes(ctx context.Context, req *pb.TestTypeRequest) (*pb.TestTypeResponse, error)
func (*UnitTestService) ListRecords ¶
func (s *UnitTestService) ListRecords(ctx context.Context, req *pb.TestRecordPagingRequest) (*pb.TestRecordPagingResponse, error)
Click to show internal directories.
Click to hide internal directories.