Documentation ¶
Index ¶
- type Message
- func (*Message) Descriptor() ([]byte, []int)
- func (m *Message) GetDelay() *duration.Duration
- func (m *Message) GetHash() string
- func (m *Message) GetParam() []byte
- func (m *Message) GetPushedAt() *timestamp.Timestamp
- func (m *Message) GetRetries() uint32
- func (m *Message) GetTried() uint32
- func (*Message) ProtoMessage()
- func (m *Message) Reset()
- func (m *Message) String() string
- func (m *Message) XXX_DiscardUnknown()
- func (m *Message) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Message) XXX_Merge(src proto.Message)
- func (m *Message) XXX_Size() int
- func (m *Message) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct { Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` Retries uint32 `protobuf:"varint,2,opt,name=retries,proto3" json:"retries,omitempty"` Tried uint32 `protobuf:"varint,3,opt,name=tried,proto3" json:"tried,omitempty"` PushedAt *timestamp.Timestamp `protobuf:"bytes,4,opt,name=pushed_at,json=pushedAt,proto3" json:"pushed_at,omitempty"` Delay *duration.Duration `protobuf:"bytes,5,opt,name=delay,proto3" json:"delay,omitempty"` Param []byte `protobuf:"bytes,6,opt,name=param,proto3" json:"param,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Message) Descriptor ¶
func (*Message) GetPushedAt ¶
func (*Message) GetRetries ¶
func (*Message) ProtoMessage ¶
func (*Message) ProtoMessage()
func (*Message) XXX_DiscardUnknown ¶
func (m *Message) XXX_DiscardUnknown()
func (*Message) XXX_Marshal ¶
func (*Message) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.