tabtoy

package
v0.0.0-...-27046f6 Latest Latest
Warning

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

Go to latest
Published: May 19, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LoadFromData

func LoadFromData(tab Table, data []byte) error

func LoadFromFile

func LoadFromFile(tab Table, filename string) error

func LoadTableFromFile

func LoadTableFromFile(tab Table, filename string) error

从单一表文件加载

func LoadTableromData

func LoadTableromData(tab Table, tableName string, data []byte) error

从单一表数据加载

Types

type Table

type Table interface {
	ResetData() error
	BuildData() error

	ResetTable(tableName string) error
	IndexTable(tableName string) error
}

Jump to

Keyboard shortcuts

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