extendedtask

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2023 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

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

Functions

func RegisterExtendedTaskService

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

Types

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 added in v0.11.0

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

func (*ComputeProcessorInfoRequest) MarshalTo added in v0.11.0

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

func (*ComputeProcessorInfoRequest) MarshalToSizedBuffer added in v0.11.0

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

func (*ComputeProcessorInfoRequest) ProtoMessage

func (*ComputeProcessorInfoRequest) ProtoMessage()

func (*ComputeProcessorInfoRequest) Reset

func (m *ComputeProcessorInfoRequest) Reset()

func (*ComputeProcessorInfoRequest) Size added in v0.11.0

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

func (*ComputeProcessorInfoRequest) String

func (this *ComputeProcessorInfoRequest) String() string

func (*ComputeProcessorInfoRequest) Unmarshal added in v0.11.0

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

func (*ComputeProcessorInfoRequest) XXX_DiscardUnknown added in v0.11.0

func (m *ComputeProcessorInfoRequest) XXX_DiscardUnknown()

func (*ComputeProcessorInfoRequest) XXX_Marshal added in v0.11.0

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

func (*ComputeProcessorInfoRequest) XXX_Merge added in v0.11.0

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

func (*ComputeProcessorInfoRequest) XXX_Size added in v0.11.0

func (m *ComputeProcessorInfoRequest) XXX_Size() int

func (*ComputeProcessorInfoRequest) XXX_Unmarshal added in v0.11.0

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 added in v0.11.0

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

func (*ComputeProcessorInfoResponse) MarshalTo added in v0.11.0

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

func (*ComputeProcessorInfoResponse) MarshalToSizedBuffer added in v0.11.0

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

func (*ComputeProcessorInfoResponse) ProtoMessage

func (*ComputeProcessorInfoResponse) ProtoMessage()

func (*ComputeProcessorInfoResponse) Reset

func (m *ComputeProcessorInfoResponse) Reset()

func (*ComputeProcessorInfoResponse) Size added in v0.11.0

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

func (*ComputeProcessorInfoResponse) String

func (this *ComputeProcessorInfoResponse) String() string

func (*ComputeProcessorInfoResponse) Unmarshal added in v0.11.0

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

func (*ComputeProcessorInfoResponse) XXX_DiscardUnknown added in v0.11.0

func (m *ComputeProcessorInfoResponse) XXX_DiscardUnknown()

func (*ComputeProcessorInfoResponse) XXX_Marshal added in v0.11.0

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

func (*ComputeProcessorInfoResponse) XXX_Merge added in v0.11.0

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

func (*ComputeProcessorInfoResponse) XXX_Size added in v0.11.0

func (m *ComputeProcessorInfoResponse) XXX_Size() int

func (*ComputeProcessorInfoResponse) XXX_Unmarshal added in v0.11.0

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

type ExtendedTaskService

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

Jump to

Keyboard shortcuts

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