model

package
v0.0.0-...-8acee00 Latest Latest
Warning

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

Go to latest
Published: Nov 2, 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 Table

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

Table represents tabular data.

func NewTable

func NewTable() *Table

NewTable returns a new table.

func (*Table) Load

func (t *Table) Load(data resource.TableData)

Load the initial tabular data

type TableListener

type TableListener interface {
	Refreshed(resource.TableData)
	RowAdded(resource.RowEvent)
	RowUpdated(resource.RowEvent)
	RowDeleted(resource.RowEvent)
}

TableListener tracks tabular data changes.

Jump to

Keyboard shortcuts

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