parts

package
v0.0.0-rc3 Latest Latest
Warning

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

Go to latest
Published: Sep 25, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Part

type Part interface {
	Append(rows []abstract.ChangeItem) error
	Commit() error
	Close() error
}

type PartMap

type PartMap map[abstract.TablePartID]Part

func (PartMap) Add

func (p PartMap) Add(id abstract.TablePartID, part Part)

func (PartMap) Part

func (p PartMap) Part(id abstract.TablePartID) Part

type Parts

type Parts interface {
	Add(id abstract.TablePartID, part Part)
	Part(id abstract.TablePartID) Part
}

Parts is a collection of table parts

Jump to

Keyboard shortcuts

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