Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_proto_gnmitest_gnmitest_proto protoreflect.FileDescriptor
Functions ¶
func RegisterGNMITestServer ¶
func RegisterGNMITestServer(s *grpc.Server, srv GNMITestServer)
Types ¶
type GNMITestClient ¶
type GNMITestClient interface { // Run runs the given Suite proto and returns Report proto. Run(ctx context.Context, in *suite.Suite, opts ...grpc.CallOption) (*report.Report, error) }
GNMITestClient is the client API for GNMITest service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewGNMITestClient ¶
func NewGNMITestClient(cc grpc.ClientConnInterface) GNMITestClient
type GNMITestServer ¶
type GNMITestServer interface { // Run runs the given Suite proto and returns Report proto. Run(context.Context, *suite.Suite) (*report.Report, error) }
GNMITestServer is the server API for GNMITest service.
type UnimplementedGNMITestServer ¶
type UnimplementedGNMITestServer struct { }
UnimplementedGNMITestServer can be embedded to have forward compatible implementations.
Click to show internal directories.
Click to hide internal directories.