Documentation
¶
Index ¶
- type Call
- type Card
- type Deck
- func (q *Deck) Append(c *Card)
- func (q *Deck) Cancel()
- func (q *Deck) Cut() *Card
- func (q *Deck) ExtractRestored(seq uint64) (*Card, error)
- func (q *Deck) Fill(beg uint64, end uint64)
- func (q *Deck) Insert(c *Card)
- func (q *Deck) IsCold(seq uint64) bool
- func (q *Deck) Len() int
- func (q *Deck) Probe(seq uint64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Call ¶
type Call struct {
Call action.Call
Params action.CallParams
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.