Documentation
¶
Index ¶
- Variables
- type EnqueueDirRequest
- func (x *EnqueueDirRequest) GetDir() string
- func (x *EnqueueDirRequest) GetId() string
- func (*EnqueueDirRequest) ProtoMessage()
- func (x *EnqueueDirRequest) ProtoReflect() protoreflect.Message
- func (x *EnqueueDirRequest) Reset()
- func (x *EnqueueDirRequest) SetDir(v string)
- func (x *EnqueueDirRequest) SetId(v string)
- func (x *EnqueueDirRequest) String() string
- type EnqueueDirRequest_builder
- type EnqueueDirResponse
- type EnqueueDirResponse_builder
- type GetQueueRequest
- type GetQueueRequest_builder
- type GetQueueResponse
- type GetQueueResponse_builder
- type QueueEntry
- func (x *QueueEntry) GetDir() string
- func (x *QueueEntry) GetId() string
- func (x *QueueEntry) GetStatus() QueueEntryStatus
- func (*QueueEntry) ProtoMessage()
- func (x *QueueEntry) ProtoReflect() protoreflect.Message
- func (x *QueueEntry) Reset()
- func (x *QueueEntry) SetDir(v string)
- func (x *QueueEntry) SetId(v string)
- func (x *QueueEntry) SetStatus(v QueueEntryStatus)
- func (x *QueueEntry) String() string
- type QueueEntryStatus
- type QueueEntry_builder
Constants ¶
This section is empty.
Variables ¶
View Source
var ( QueueEntryStatus_name = map[int32]string{ 0: "QUEUE_ENTRY_STATUS_UNKNOWN", 1: "QUEUE_ENTRY_STATUS_QUEUED", 2: "QUEUE_ENTRY_STATUS_PROCESSING", 3: "QUEUE_ENTRY_STATUS_DONE", 4: "QUEUE_ENTRY_STATUS_ERROR", } QueueEntryStatus_value = map[string]int32{ "QUEUE_ENTRY_STATUS_UNKNOWN": 0, "QUEUE_ENTRY_STATUS_QUEUED": 1, "QUEUE_ENTRY_STATUS_PROCESSING": 2, "QUEUE_ENTRY_STATUS_DONE": 3, "QUEUE_ENTRY_STATUS_ERROR": 4, } )
Enum value maps for QueueEntryStatus.
View Source
var File_krelinga_video_tccoord_v1_tccoord_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type EnqueueDirRequest ¶
type EnqueueDirRequest struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Dir string `protobuf:"bytes,2,opt,name=dir,proto3" json:"dir,omitempty"`
// contains filtered or unexported fields
}
func (*EnqueueDirRequest) GetDir ¶
func (x *EnqueueDirRequest) GetDir() string
func (*EnqueueDirRequest) GetId ¶
func (x *EnqueueDirRequest) GetId() string
func (*EnqueueDirRequest) ProtoMessage ¶
func (*EnqueueDirRequest) ProtoMessage()
func (*EnqueueDirRequest) ProtoReflect ¶
func (x *EnqueueDirRequest) ProtoReflect() protoreflect.Message
func (*EnqueueDirRequest) Reset ¶
func (x *EnqueueDirRequest) Reset()
func (*EnqueueDirRequest) SetDir ¶
func (x *EnqueueDirRequest) SetDir(v string)
func (*EnqueueDirRequest) SetId ¶
func (x *EnqueueDirRequest) SetId(v string)
func (*EnqueueDirRequest) String ¶
func (x *EnqueueDirRequest) String() string
type EnqueueDirRequest_builder ¶
type EnqueueDirRequest_builder struct {
Id string
Dir string
// contains filtered or unexported fields
}
func (EnqueueDirRequest_builder) Build ¶
func (b0 EnqueueDirRequest_builder) Build() *EnqueueDirRequest
type EnqueueDirResponse ¶
type EnqueueDirResponse struct {
// contains filtered or unexported fields
}
func (*EnqueueDirResponse) ProtoMessage ¶
func (*EnqueueDirResponse) ProtoMessage()
func (*EnqueueDirResponse) ProtoReflect ¶
func (x *EnqueueDirResponse) ProtoReflect() protoreflect.Message
func (*EnqueueDirResponse) Reset ¶
func (x *EnqueueDirResponse) Reset()
func (*EnqueueDirResponse) String ¶
func (x *EnqueueDirResponse) String() string
type EnqueueDirResponse_builder ¶
type EnqueueDirResponse_builder struct {
// contains filtered or unexported fields
}
func (EnqueueDirResponse_builder) Build ¶
func (b0 EnqueueDirResponse_builder) Build() *EnqueueDirResponse
type GetQueueRequest ¶
type GetQueueRequest struct {
// contains filtered or unexported fields
}
func (*GetQueueRequest) ProtoMessage ¶
func (*GetQueueRequest) ProtoMessage()
func (*GetQueueRequest) ProtoReflect ¶
func (x *GetQueueRequest) ProtoReflect() protoreflect.Message
func (*GetQueueRequest) Reset ¶
func (x *GetQueueRequest) Reset()
func (*GetQueueRequest) String ¶
func (x *GetQueueRequest) String() string
type GetQueueRequest_builder ¶
type GetQueueRequest_builder struct {
// contains filtered or unexported fields
}
func (GetQueueRequest_builder) Build ¶
func (b0 GetQueueRequest_builder) Build() *GetQueueRequest
type GetQueueResponse ¶
type GetQueueResponse struct {
Queue []*QueueEntry `protobuf:"bytes,1,rep,name=queue,proto3" json:"queue,omitempty"`
// contains filtered or unexported fields
}
func (*GetQueueResponse) GetQueue ¶
func (x *GetQueueResponse) GetQueue() []*QueueEntry
func (*GetQueueResponse) ProtoMessage ¶
func (*GetQueueResponse) ProtoMessage()
func (*GetQueueResponse) ProtoReflect ¶
func (x *GetQueueResponse) ProtoReflect() protoreflect.Message
func (*GetQueueResponse) Reset ¶
func (x *GetQueueResponse) Reset()
func (*GetQueueResponse) SetQueue ¶
func (x *GetQueueResponse) SetQueue(v []*QueueEntry)
func (*GetQueueResponse) String ¶
func (x *GetQueueResponse) String() string
type GetQueueResponse_builder ¶
type GetQueueResponse_builder struct {
Queue []*QueueEntry
// contains filtered or unexported fields
}
func (GetQueueResponse_builder) Build ¶
func (b0 GetQueueResponse_builder) Build() *GetQueueResponse
type QueueEntry ¶
type QueueEntry struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Dir string `protobuf:"bytes,2,opt,name=dir,proto3" json:"dir,omitempty"`
Status QueueEntryStatus `protobuf:"varint,3,opt,name=status,proto3,enum=krelinga.video.tccoord.v1.QueueEntryStatus" json:"status,omitempty"`
// contains filtered or unexported fields
}
func (*QueueEntry) GetDir ¶
func (x *QueueEntry) GetDir() string
func (*QueueEntry) GetId ¶
func (x *QueueEntry) GetId() string
func (*QueueEntry) GetStatus ¶
func (x *QueueEntry) GetStatus() QueueEntryStatus
func (*QueueEntry) ProtoMessage ¶
func (*QueueEntry) ProtoMessage()
func (*QueueEntry) ProtoReflect ¶
func (x *QueueEntry) ProtoReflect() protoreflect.Message
func (*QueueEntry) Reset ¶
func (x *QueueEntry) Reset()
func (*QueueEntry) SetDir ¶
func (x *QueueEntry) SetDir(v string)
func (*QueueEntry) SetId ¶
func (x *QueueEntry) SetId(v string)
func (*QueueEntry) SetStatus ¶
func (x *QueueEntry) SetStatus(v QueueEntryStatus)
func (*QueueEntry) String ¶
func (x *QueueEntry) String() string
type QueueEntryStatus ¶
type QueueEntryStatus int32
const ( QueueEntryStatus_QUEUE_ENTRY_STATUS_UNKNOWN QueueEntryStatus = 0 QueueEntryStatus_QUEUE_ENTRY_STATUS_QUEUED QueueEntryStatus = 1 QueueEntryStatus_QUEUE_ENTRY_STATUS_PROCESSING QueueEntryStatus = 2 QueueEntryStatus_QUEUE_ENTRY_STATUS_DONE QueueEntryStatus = 3 QueueEntryStatus_QUEUE_ENTRY_STATUS_ERROR QueueEntryStatus = 4 )
func (QueueEntryStatus) Descriptor ¶
func (QueueEntryStatus) Descriptor() protoreflect.EnumDescriptor
func (QueueEntryStatus) Enum ¶
func (x QueueEntryStatus) Enum() *QueueEntryStatus
func (QueueEntryStatus) Number ¶
func (x QueueEntryStatus) Number() protoreflect.EnumNumber
func (QueueEntryStatus) String ¶
func (x QueueEntryStatus) String() string
func (QueueEntryStatus) Type ¶
func (QueueEntryStatus) Type() protoreflect.EnumType
type QueueEntry_builder ¶
type QueueEntry_builder struct {
Id string
Dir string
Status QueueEntryStatus
// contains filtered or unexported fields
}
func (QueueEntry_builder) Build ¶
func (b0 QueueEntry_builder) Build() *QueueEntry
Source Files
¶
- tccoord.pb.go
Click to show internal directories.
Click to hide internal directories.