Documentation ¶
Index ¶
- type Decoder
- type Line
- type Page
- func (p *Page) Get(key int64, into interface{}) error
- func (p *Page) GetDecoder(key int64) (Decoder, error)
- func (p *Page) GetSize() int64
- func (p *Page) Iterate(ctx context.Context) <-chan Line
- func (p *Page) Put(v interface{}) (key int64, err error)
- func (p *Page) Walk(fn func(key int64, decoder Decoder) error) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.