MCPcopy
hub / github.com/mathaou/termdbms / Item

Interface Item

list/list.go:26–30  ·  view source on GitHub ↗

Item is an item that appears in the list.

Source from the content-addressed store, hash-verified

24
25// Item is an item that appears in the list.
26type Item interface {
27 // Filter value is the value we use when filtering against this item when
28 // we're filtering the list.
29 FilterValue() string
30}
31
32// ItemDelegate encapsulates the general functionality for all list items. The
33// benefit to separating this logic from the item itself is that you can change

Callers 2

RenderMethod · 0.65
filterItemsFunction · 0.65

Implementers 2

SQLSnippetviewer/defs.go
Modellist/list.go

Calls

no outgoing calls

Tested by

no test coverage detected