Documentation ¶
Index ¶
- type Callback
- type Pending
- func (p *Pending) Add(pr ResponseParams)
- func (p *Pending) Find(id nonce.ID) (pr *Response)
- func (p *Pending) FindOlder(t time.Time) (r []*Response)
- func (p *Pending) GetOldestPending() (pr *Response)
- func (p *Pending) ProcessAndDelete(id nonce.ID, ifc interface{}, b slice.Bytes) (found bool, e error)
- type Response
- type ResponseParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Pending ¶
func (*Pending) Add ¶
func (p *Pending) Add(pr ResponseParams)
func (*Pending) GetOldestPending ¶
Click to show internal directories.
Click to hide internal directories.