...

Package extendedtask

import "github.com/Microsoft/hcsshim/internal/extendedtask"
Overview
Index

Overview ▾

Index ▾

Variables
func RegisterExtendedTaskService(srv *github_com_containerd_ttrpc.Server, svc ExtendedTaskService)
type ComputeProcessorInfoRequest
    func (*ComputeProcessorInfoRequest) Descriptor() ([]byte, []int)
    func (m *ComputeProcessorInfoRequest) Marshal() (dAtA []byte, err error)
    func (m *ComputeProcessorInfoRequest) MarshalTo(dAtA []byte) (int, error)
    func (m *ComputeProcessorInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
    func (*ComputeProcessorInfoRequest) ProtoMessage()
    func (m *ComputeProcessorInfoRequest) Reset()
    func (m *ComputeProcessorInfoRequest) Size() (n int)
    func (this *ComputeProcessorInfoRequest) String() string
    func (m *ComputeProcessorInfoRequest) Unmarshal(dAtA []byte) error
    func (m *ComputeProcessorInfoRequest) XXX_DiscardUnknown()
    func (m *ComputeProcessorInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
    func (m *ComputeProcessorInfoRequest) XXX_Merge(src proto.Message)
    func (m *ComputeProcessorInfoRequest) XXX_Size() int
    func (m *ComputeProcessorInfoRequest) XXX_Unmarshal(b []byte) error
type ComputeProcessorInfoResponse
    func (*ComputeProcessorInfoResponse) Descriptor() ([]byte, []int)
    func (m *ComputeProcessorInfoResponse) Marshal() (dAtA []byte, err error)
    func (m *ComputeProcessorInfoResponse) MarshalTo(dAtA []byte) (int, error)
    func (m *ComputeProcessorInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
    func (*ComputeProcessorInfoResponse) ProtoMessage()
    func (m *ComputeProcessorInfoResponse) Reset()
    func (m *ComputeProcessorInfoResponse) Size() (n int)
    func (this *ComputeProcessorInfoResponse) String() string
    func (m *ComputeProcessorInfoResponse) Unmarshal(dAtA []byte) error
    func (m *ComputeProcessorInfoResponse) XXX_DiscardUnknown()
    func (m *ComputeProcessorInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
    func (m *ComputeProcessorInfoResponse) XXX_Merge(src proto.Message)
    func (m *ComputeProcessorInfoResponse) XXX_Size() int
    func (m *ComputeProcessorInfoResponse) XXX_Unmarshal(b []byte) error
type ExtendedTaskService
    func NewExtendedTaskClient(client *github_com_containerd_ttrpc.Client) ExtendedTaskService

Package files

doc.go extendedtask.pb.go

Variables

var (
    ErrInvalidLengthExtendedtask        = fmt.Errorf("proto: negative length found during unmarshaling")
    ErrIntOverflowExtendedtask          = fmt.Errorf("proto: integer overflow")
    ErrUnexpectedEndOfGroupExtendedtask = fmt.Errorf("proto: unexpected end of group")
)

func RegisterExtendedTaskService

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

type ComputeProcessorInfoRequest

type ComputeProcessorInfoRequest struct {
    ID                   string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
    XXX_NoUnkeyedLiteral struct{} `json:"-"`
    XXX_unrecognized     []byte   `json:"-"`
    XXX_sizecache        int32    `json:"-"`
}

func (*ComputeProcessorInfoRequest) Descriptor

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

func (*ComputeProcessorInfoRequest) Marshal

func (m *ComputeProcessorInfoRequest) Marshal() (dAtA []byte, err error)

func (*ComputeProcessorInfoRequest) MarshalTo

func (m *ComputeProcessorInfoRequest) MarshalTo(dAtA []byte) (int, error)

func (*ComputeProcessorInfoRequest) MarshalToSizedBuffer

func (m *ComputeProcessorInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ComputeProcessorInfoRequest) ProtoMessage

func (*ComputeProcessorInfoRequest) ProtoMessage()

func (*ComputeProcessorInfoRequest) Reset

func (m *ComputeProcessorInfoRequest) Reset()

func (*ComputeProcessorInfoRequest) Size

func (m *ComputeProcessorInfoRequest) Size() (n int)

func (*ComputeProcessorInfoRequest) String

func (this *ComputeProcessorInfoRequest) String() string

func (*ComputeProcessorInfoRequest) Unmarshal

func (m *ComputeProcessorInfoRequest) Unmarshal(dAtA []byte) error

func (*ComputeProcessorInfoRequest) XXX_DiscardUnknown

func (m *ComputeProcessorInfoRequest) XXX_DiscardUnknown()

func (*ComputeProcessorInfoRequest) XXX_Marshal

func (m *ComputeProcessorInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ComputeProcessorInfoRequest) XXX_Merge

func (m *ComputeProcessorInfoRequest) XXX_Merge(src proto.Message)

func (*ComputeProcessorInfoRequest) XXX_Size

func (m *ComputeProcessorInfoRequest) XXX_Size() int

func (*ComputeProcessorInfoRequest) XXX_Unmarshal

func (m *ComputeProcessorInfoRequest) XXX_Unmarshal(b []byte) error

type ComputeProcessorInfoResponse

type ComputeProcessorInfoResponse struct {
    Count                int32    `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
    XXX_NoUnkeyedLiteral struct{} `json:"-"`
    XXX_unrecognized     []byte   `json:"-"`
    XXX_sizecache        int32    `json:"-"`
}

func (*ComputeProcessorInfoResponse) Descriptor

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

func (*ComputeProcessorInfoResponse) Marshal

func (m *ComputeProcessorInfoResponse) Marshal() (dAtA []byte, err error)

func (*ComputeProcessorInfoResponse) MarshalTo

func (m *ComputeProcessorInfoResponse) MarshalTo(dAtA []byte) (int, error)

func (*ComputeProcessorInfoResponse) MarshalToSizedBuffer

func (m *ComputeProcessorInfoResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ComputeProcessorInfoResponse) ProtoMessage

func (*ComputeProcessorInfoResponse) ProtoMessage()

func (*ComputeProcessorInfoResponse) Reset

func (m *ComputeProcessorInfoResponse) Reset()

func (*ComputeProcessorInfoResponse) Size

func (m *ComputeProcessorInfoResponse) Size() (n int)

func (*ComputeProcessorInfoResponse) String

func (this *ComputeProcessorInfoResponse) String() string

func (*ComputeProcessorInfoResponse) Unmarshal

func (m *ComputeProcessorInfoResponse) Unmarshal(dAtA []byte) error

func (*ComputeProcessorInfoResponse) XXX_DiscardUnknown

func (m *ComputeProcessorInfoResponse) XXX_DiscardUnknown()

func (*ComputeProcessorInfoResponse) XXX_Marshal

func (m *ComputeProcessorInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ComputeProcessorInfoResponse) XXX_Merge

func (m *ComputeProcessorInfoResponse) XXX_Merge(src proto.Message)

func (*ComputeProcessorInfoResponse) XXX_Size

func (m *ComputeProcessorInfoResponse) XXX_Size() int

func (*ComputeProcessorInfoResponse) XXX_Unmarshal

func (m *ComputeProcessorInfoResponse) XXX_Unmarshal(b []byte) error

type ExtendedTaskService

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

func NewExtendedTaskClient

func NewExtendedTaskClient(client *github_com_containerd_ttrpc.Client) ExtendedTaskService