enterprise

package
v0.0.0-...-683b059 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2022 License: BSD-3-Clause Imports: 10 Imported by: 0

Documentation

Overview

Package enterprise provides gRPC service definitions for meta tests.

Index

Constants

This section is empty.

Variables

View Source
var File_arc_snapshot_service_proto protoreflect.FileDescriptor

Functions

func RegisterArcSnapshotServiceServer

func RegisterArcSnapshotServiceServer(s *grpc.Server, srv ArcSnapshotServiceServer)

Types

type ArcSnapshotServiceClient

type ArcSnapshotServiceClient interface {
	Enroll(ctx context.Context, in *EnrollRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	WaitForPackagesInMgs(ctx context.Context, in *WaitForPackagesInMgsRequest, opts ...grpc.CallOption) (*WaitForPackagesInMgsResponse, error)
	WaitForSnapshot(ctx context.Context, in *WaitForSnapshotRequest, opts ...grpc.CallOption) (*empty.Empty, error)
}

ArcSnapshotServiceClient is the client API for ArcSnapshotService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type ArcSnapshotServiceServer

type ArcSnapshotServiceServer interface {
	Enroll(context.Context, *EnrollRequest) (*empty.Empty, error)
	WaitForPackagesInMgs(context.Context, *WaitForPackagesInMgsRequest) (*WaitForPackagesInMgsResponse, error)
	WaitForSnapshot(context.Context, *WaitForSnapshotRequest) (*empty.Empty, error)
}

ArcSnapshotServiceServer is the server API for ArcSnapshotService service.

type EnrollRequest

type EnrollRequest struct {
	User string `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	Pass string `protobuf:"bytes,2,opt,name=pass,proto3" json:"pass,omitempty"`
	// contains filtered or unexported fields
}

func (*EnrollRequest) Descriptor deprecated

func (*EnrollRequest) Descriptor() ([]byte, []int)

Deprecated: Use EnrollRequest.ProtoReflect.Descriptor instead.

func (*EnrollRequest) GetPass

func (x *EnrollRequest) GetPass() string

func (*EnrollRequest) GetUser

func (x *EnrollRequest) GetUser() string

func (*EnrollRequest) ProtoMessage

func (*EnrollRequest) ProtoMessage()

func (*EnrollRequest) ProtoReflect

func (x *EnrollRequest) ProtoReflect() protoreflect.Message

func (*EnrollRequest) Reset

func (x *EnrollRequest) Reset()

func (*EnrollRequest) String

func (x *EnrollRequest) String() string

type UnimplementedArcSnapshotServiceServer

type UnimplementedArcSnapshotServiceServer struct {
}

UnimplementedArcSnapshotServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedArcSnapshotServiceServer) Enroll

func (*UnimplementedArcSnapshotServiceServer) WaitForPackagesInMgs

func (*UnimplementedArcSnapshotServiceServer) WaitForSnapshot

type WaitForPackagesInMgsRequest

type WaitForPackagesInMgsRequest struct {
	Name       string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	User       string   `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
	Packages   []string `protobuf:"bytes,3,rep,name=packages,proto3" json:"packages,omitempty"`
	IsHeadless bool     `protobuf:"varint,4,opt,name=is_headless,json=isHeadless,proto3" json:"is_headless,omitempty"`
	// contains filtered or unexported fields
}

func (*WaitForPackagesInMgsRequest) Descriptor deprecated

func (*WaitForPackagesInMgsRequest) Descriptor() ([]byte, []int)

Deprecated: Use WaitForPackagesInMgsRequest.ProtoReflect.Descriptor instead.

func (*WaitForPackagesInMgsRequest) GetIsHeadless

func (x *WaitForPackagesInMgsRequest) GetIsHeadless() bool

func (*WaitForPackagesInMgsRequest) GetName

func (x *WaitForPackagesInMgsRequest) GetName() string

func (*WaitForPackagesInMgsRequest) GetPackages

func (x *WaitForPackagesInMgsRequest) GetPackages() []string

func (*WaitForPackagesInMgsRequest) GetUser

func (x *WaitForPackagesInMgsRequest) GetUser() string

func (*WaitForPackagesInMgsRequest) ProtoMessage

func (*WaitForPackagesInMgsRequest) ProtoMessage()

func (*WaitForPackagesInMgsRequest) ProtoReflect

func (*WaitForPackagesInMgsRequest) Reset

func (x *WaitForPackagesInMgsRequest) Reset()

func (*WaitForPackagesInMgsRequest) String

func (x *WaitForPackagesInMgsRequest) String() string

type WaitForPackagesInMgsResponse

type WaitForPackagesInMgsResponse struct {
	User string         `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	Perf *perfpb.Values `protobuf:"bytes,2,opt,name=perf,proto3" json:"perf,omitempty"`
	// contains filtered or unexported fields
}

func (*WaitForPackagesInMgsResponse) Descriptor deprecated

func (*WaitForPackagesInMgsResponse) Descriptor() ([]byte, []int)

Deprecated: Use WaitForPackagesInMgsResponse.ProtoReflect.Descriptor instead.

func (*WaitForPackagesInMgsResponse) GetPerf

func (*WaitForPackagesInMgsResponse) GetUser

func (x *WaitForPackagesInMgsResponse) GetUser() string

func (*WaitForPackagesInMgsResponse) ProtoMessage

func (*WaitForPackagesInMgsResponse) ProtoMessage()

func (*WaitForPackagesInMgsResponse) ProtoReflect

func (*WaitForPackagesInMgsResponse) Reset

func (x *WaitForPackagesInMgsResponse) Reset()

func (*WaitForPackagesInMgsResponse) String

type WaitForSnapshotRequest

type WaitForSnapshotRequest struct {
	SnapshotNames []string `protobuf:"bytes,1,rep,name=snapshot_names,json=snapshotNames,proto3" json:"snapshot_names,omitempty"`
	// contains filtered or unexported fields
}

func (*WaitForSnapshotRequest) Descriptor deprecated

func (*WaitForSnapshotRequest) Descriptor() ([]byte, []int)

Deprecated: Use WaitForSnapshotRequest.ProtoReflect.Descriptor instead.

func (*WaitForSnapshotRequest) GetSnapshotNames

func (x *WaitForSnapshotRequest) GetSnapshotNames() []string

func (*WaitForSnapshotRequest) ProtoMessage

func (*WaitForSnapshotRequest) ProtoMessage()

func (*WaitForSnapshotRequest) ProtoReflect

func (x *WaitForSnapshotRequest) ProtoReflect() protoreflect.Message

func (*WaitForSnapshotRequest) Reset

func (x *WaitForSnapshotRequest) Reset()

func (*WaitForSnapshotRequest) String

func (x *WaitForSnapshotRequest) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL