extendedtask

package
v0.12.3 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Code generated by protoc-gen-go-ttrpc. DO NOT EDIT. source: github.com/Microsoft/hcsshim/internal/extendedtask/extendedtask.proto

Index

Constants

This section is empty.

Variables

View Source
var File_github_com_Microsoft_hcsshim_internal_extendedtask_extendedtask_proto protoreflect.FileDescriptor

Functions

func RegisterExtendedTaskService

func RegisterExtendedTaskService(srv *ttrpc.Server, svc ExtendedTaskService)

Types

type ComputeProcessorInfoRequest

type ComputeProcessorInfoRequest struct {
	ID string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ComputeProcessorInfoRequest) Descriptor deprecated

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

Deprecated: Use ComputeProcessorInfoRequest.ProtoReflect.Descriptor instead.

func (*ComputeProcessorInfoRequest) GetID

func (*ComputeProcessorInfoRequest) ProtoMessage

func (*ComputeProcessorInfoRequest) ProtoMessage()

func (*ComputeProcessorInfoRequest) ProtoReflect

func (*ComputeProcessorInfoRequest) Reset

func (x *ComputeProcessorInfoRequest) Reset()

func (*ComputeProcessorInfoRequest) String

func (x *ComputeProcessorInfoRequest) String() string

type ComputeProcessorInfoResponse

type ComputeProcessorInfoResponse struct {
	Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*ComputeProcessorInfoResponse) Descriptor deprecated

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

Deprecated: Use ComputeProcessorInfoResponse.ProtoReflect.Descriptor instead.

func (*ComputeProcessorInfoResponse) GetCount

func (x *ComputeProcessorInfoResponse) GetCount() int32

func (*ComputeProcessorInfoResponse) ProtoMessage

func (*ComputeProcessorInfoResponse) ProtoMessage()

func (*ComputeProcessorInfoResponse) ProtoReflect

func (*ComputeProcessorInfoResponse) Reset

func (x *ComputeProcessorInfoResponse) Reset()

func (*ComputeProcessorInfoResponse) String

type ExtendedTaskService

type ExtendedTaskService interface {
	ComputeProcessorInfo(context.Context, *ComputeProcessorInfoRequest) (*ComputeProcessorInfoResponse, error)
}

func NewExtendedTaskClient

func NewExtendedTaskClient(client *ttrpc.Client) ExtendedTaskService

Jump to

Keyboard shortcuts

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