import "go.chromium.org/luci/cipd/appengine/impl/cas/tasks"
Package tasks contains task queue tasks definitions.
type CleanupUpload struct { UploadOperationId int64 `protobuf:"varint,1,opt,name=upload_operation_id,json=uploadOperationId,proto3" json:"upload_operation_id,omitempty"` UploadUrl string `protobuf:"bytes,2,opt,name=upload_url,json=uploadUrl,proto3" json:"upload_url,omitempty"` PathToCleanup string `protobuf:"bytes,3,opt,name=path_to_cleanup,json=pathToCleanup,proto3" json:"path_to_cleanup,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
CleanupUpload task cleans up garbage after canceled upload.
func (*CleanupUpload) Descriptor() ([]byte, []int)
func (m *CleanupUpload) GetPathToCleanup() string
func (m *CleanupUpload) GetUploadOperationId() int64
func (m *CleanupUpload) GetUploadUrl() string
func (*CleanupUpload) ProtoMessage()
func (m *CleanupUpload) Reset()
func (m *CleanupUpload) String() string
func (m *CleanupUpload) XXX_DiscardUnknown()
func (m *CleanupUpload) XXX_Merge(src proto.Message)
func (m *CleanupUpload) XXX_Size() int
func (m *CleanupUpload) XXX_Unmarshal(b []byte) error
type VerifyUpload struct { UploadOperationId int64 `protobuf:"varint,1,opt,name=upload_operation_id,json=uploadOperationId,proto3" json:"upload_operation_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
VerifyUpload task verifies data uploaded by a user and closes the upload session based on the result.
func (*VerifyUpload) Descriptor() ([]byte, []int)
func (m *VerifyUpload) GetUploadOperationId() int64
func (*VerifyUpload) ProtoMessage()
func (m *VerifyUpload) Reset()
func (m *VerifyUpload) String() string
func (m *VerifyUpload) XXX_DiscardUnknown()
func (m *VerifyUpload) XXX_Merge(src proto.Message)
func (m *VerifyUpload) XXX_Size() int
func (m *VerifyUpload) XXX_Unmarshal(b []byte) error
Package tasks imports 3 packages (graph) and is imported by 1 packages. Updated 2019-02-18. Refresh now. Tools for package owners.