MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / HelpMessage

Struct HelpMessage

pkg/sql/parser/help.go:29–37  ·  view source on GitHub ↗

HelpMessage describes a contextual help message.

Source from the content-addressed store, hash-verified

27
28// HelpMessage describes a contextual help message.
29type HelpMessage struct {
30 // Command is set if the message is about a statement.
31 Command string
32 // Function is set if the message is about a built-in function.
33 Function string
34
35 // HelpMessageBody contains the details of the message.
36 HelpMessageBody
37}
38
39// helpHintPrefix is the special prefix on a hint payload that is
40// recognized by the CLI code.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected