Documentation
¶
Index ¶
- func Connection() *cobra.Command
- func Connectors() *cobra.Command
- func Discover() *cobra.Command
- func MCP(configPath *string, addr *string) *cobra.Command
- func MCPStdio(configPath *string) *cobra.Command
- func Plugins() *cobra.Command
- func REST(configPath *string, addr *string, servers *string) *cobra.Command
- func RegisterCommand(parent, child *cobra.Command)
- func StartCommand() *cobra.Command
- type DiscoverQueryParams
- type DiscoverQueryResponse
- type PromptColumnSchema
- type TableData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Connection ¶ added in v0.0.5
func Connectors ¶
func RegisterCommand ¶
RegisterCommand is like parent.AddCommand(child), but also makes chaining of PersistentPreRunE and PersistentPreRun
func StartCommand ¶
Types ¶
type DiscoverQueryParams ¶ added in v0.0.5
type DiscoverQueryResponse ¶ added in v0.0.5
type PromptColumnSchema ¶
type PromptColumnSchema struct {
Name string `yaml:"name"`
Type string `yaml:"type"`
PrimaryKey bool `yaml:"primary_key,omitempty"`
}
PromptColumnSchema is used specifically for generating prompts, omitting sensitive fields like PII flag
Click to show internal directories.
Click to hide internal directories.