MCPcopy
hub / github.com/mayswind/ezbookkeeping / SubBasicDataTable

Struct SubBasicDataTable

pkg/converters/datatable/sub_basic_data_table.go:4–8  ·  view source on GitHub ↗

SubBasicDataTable defines the structure of sub basic data table

Source from the content-addressed store, hash-verified

2
3// SubBasicDataTable defines the structure of sub basic data table
4type SubBasicDataTable struct {
5 baseTable BasicDataTable
6 fromIndex int
7 toIndex int
8}
9
10// SubBasicDataTableRowIterator defines the structure of sub basic data table row iterator
11type SubBasicDataTableRowIterator struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected