Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ShortcutSchema ¶
type ShortcutSchema struct { ID string `sql:"id TEXT UNIQUE NOT NULL PRIMARY KEY"` // TraceIDs is a shortcut.Shortcut serialized as JSON. TraceIDs string `sql:"trace_ids TEXT"` }
ShortcutSchema represents the SQL schema of the Shortcuts table.
Click to show internal directories.
Click to hide internal directories.