inner

package
v0.8.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 31, 2026 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

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
}

func (*Call) Action

func (c *Call) Action() (action.Action, bool)

func (*Call) Cancel

func (c *Call) Cancel()

func (*Call) Result

func (c *Call) Result(ok json.RawMessage, err error)

func (*Call) Written

func (p *Call) Written()

type Card

type Card struct {
	Beg  uint64
	End  uint64
	Call *Call
	// contains filtered or unexported fields
}

func NewCard

func NewCard(seq uint64, c *Call) *Card

func NewRestoredCard

func NewRestoredCard(seq uint64, c *Call) *Card

func (*Card) IsFiller

func (c *Card) IsFiller() bool

func (*Card) IsRestored

func (c *Card) IsRestored() bool

func (*Card) Seq

func (c *Card) Seq() uint64

type Deck

type Deck struct {
	// contains filtered or unexported fields
}

func (*Deck) Append

func (q *Deck) Append(c *Card)

func (*Deck) Cancel

func (q *Deck) Cancel()

func (*Deck) Cut

func (q *Deck) Cut() *Card

func (*Deck) ExtractRestored

func (q *Deck) ExtractRestored(seq uint64) (*Card, error)

func (*Deck) Fill

func (q *Deck) Fill(beg uint64, end uint64)

func (*Deck) Insert

func (q *Deck) Insert(c *Card)

func (*Deck) IsCold

func (q *Deck) IsCold(seq uint64) bool

func (*Deck) Len

func (q *Deck) Len() int

func (*Deck) Probe

func (q *Deck) Probe(seq uint64)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL