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

Struct SQLSnippet

viewer/defs.go:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type SQLSnippet struct {
12 Query string `json:"Query"`
13 Name string `json:"Name"`
14}
15
16type ScrollData struct {
17 PreScrollYOffset int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected