Documentation
¶
Index ¶
- func FormatRequestResponse(r string) (string, string)
- func JsonPrettyPrint(in string) (string, error)
- func NewProgram(dbq *db.Queries) *tea.Program
- func QueryPrettyPrint(in string) (string, error)
- func TruncateString(str string, length int) string
- type GlobalState
- type LogContent
- type Request
- type Response
- type SearchingState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatRequestResponse ¶
func JsonPrettyPrint ¶
func QueryPrettyPrint ¶
func TruncateString ¶
Types ¶
type GlobalState ¶
type GlobalState int
const ( PromptParams GlobalState = iota Searching NotFound Listing Errored Inspecting )
type LogContent ¶
type SearchingState ¶
type SearchingState int
Click to show internal directories.
Click to hide internal directories.