Documentation
¶
Index ¶
- Variables
- type Job
- func (*Job) Descriptor() ([]byte, []int)deprecated
- func (x *Job) GetAutoReRun() bool
- func (x *Job) GetDate() string
- func (x *Job) GetId() string
- func (x *Job) GetKeyword() string
- func (x *Job) GetOwner() string
- func (x *Job) GetStatus() string
- func (*Job) ProtoMessage()
- func (x *Job) ProtoReflect() protoreflect.Message
- func (x *Job) Reset()
- func (x *Job) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_pb_unit_job_job_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Job ¶
type Job struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Status string `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"` Keyword string `protobuf:"bytes,3,opt,name=keyword,proto3" json:"keyword,omitempty"` Owner string `protobuf:"bytes,4,opt,name=owner,proto3" json:"owner,omitempty"` Date string `protobuf:"bytes,5,opt,name=date,proto3" json:"date,omitempty"` AutoReRun bool `protobuf:"varint,6,opt,name=autoReRun,proto3" json:"autoReRun,omitempty"` // contains filtered or unexported fields }
func (*Job) Descriptor
deprecated
func (*Job) GetAutoReRun ¶
func (*Job) GetKeyword ¶
func (*Job) ProtoMessage ¶
func (*Job) ProtoMessage()
func (*Job) ProtoReflect ¶
func (x *Job) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.