MCPcopy
hub / github.com/moncho/dry / TableRow

Interface TableRow

appui/table_model.go:23–26  ·  view source on GitHub ↗

TableRow represents one row of data in the table.

Source from the content-addressed store, hash-verified

21
22// TableRow represents one row of data in the table.
23type TableRow interface {
24 Columns() []string
25 ID() string
26}
27
28// TableModel is a shared table component with navigation, sorting, and filtering.
29// It wraps bubbles/table for rendering and keyboard navigation while keeping

Implementers 15

imageRowappui/images_model.go
monitorRowappui/monitor_model.go
testRowappui/table_model_test.go
containerRowappui/containers_model.go
volumeRowappui/volumes_model.go
networkRowappui/networks_model.go
nodeRowappui/swarm/nodes_model.go
taskRowappui/swarm/tasks_model.go
serviceRowappui/swarm/services_model.go
stackRowappui/swarm/stacks_model.go
projectHeaderRowappui/compose/projects_model.go
serviceDetailRowappui/compose/projects_model.go

Calls

no outgoing calls

Tested by

no test coverage detected