Documentation
¶
Overview ¶
Package tasks contains task queue tasks definitions.
Index ¶
- type RunProcessors
- func (*RunProcessors) Descriptor() ([]byte, []int)
- func (m *RunProcessors) GetInstance() *v1.Instance
- func (*RunProcessors) ProtoMessage()
- func (m *RunProcessors) Reset()
- func (m *RunProcessors) String() string
- func (m *RunProcessors) XXX_DiscardUnknown()
- func (m *RunProcessors) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RunProcessors) XXX_Merge(src proto.Message)
- func (m *RunProcessors) XXX_Size() int
- func (m *RunProcessors) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RunProcessors ¶
type RunProcessors struct { Instance *v1.Instance `protobuf:"bytes,1,opt,name=instance,proto3" json:"instance,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
RunProcessors task runs a processing step on an uploaded package instance.
func (*RunProcessors) Descriptor ¶
func (*RunProcessors) Descriptor() ([]byte, []int)
func (*RunProcessors) GetInstance ¶
func (m *RunProcessors) GetInstance() *v1.Instance
func (*RunProcessors) ProtoMessage ¶
func (*RunProcessors) ProtoMessage()
func (*RunProcessors) Reset ¶
func (m *RunProcessors) Reset()
func (*RunProcessors) String ¶
func (m *RunProcessors) String() string
func (*RunProcessors) XXX_DiscardUnknown ¶
func (m *RunProcessors) XXX_DiscardUnknown()
func (*RunProcessors) XXX_Marshal ¶
func (m *RunProcessors) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RunProcessors) XXX_Merge ¶
func (m *RunProcessors) XXX_Merge(src proto.Message)
func (*RunProcessors) XXX_Size ¶
func (m *RunProcessors) XXX_Size() int
func (*RunProcessors) XXX_Unmarshal ¶
func (m *RunProcessors) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.