Documentation
¶
Overview ¶
Plain Old Go Object for persisting Server information
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CrosTestRunnerServer ¶
type CrosTestRunnerServer struct { skylab_test_runner.UnimplementedCrosTestRunnerServiceServer // contains filtered or unexported fields }
func NewCTPv2Server ¶
func NewCTPv2Server(metadata *ServerMetadata) (*CrosTestRunnerServer, func(), error)
func (*CrosTestRunnerServer) ConstructStateKeeper ¶
func (server *CrosTestRunnerServer) ConstructStateKeeper() *LocalState
func (*CrosTestRunnerServer) Execute ¶
func (server *CrosTestRunnerServer) Execute(ctx context.Context, req *skylab_test_runner.ExecuteRequest) (*skylab_test_runner.ExecuteResponse, error)
GRPC todo...
func (*CrosTestRunnerServer) Start ¶
func (server *CrosTestRunnerServer) Start() error
type LocalState ¶
type LocalState struct{}
type ServerMetadata ¶
ServerMetadata stores server specific information
Click to show internal directories.
Click to hide internal directories.