Documentation
¶
Index ¶
Constants ¶
View Source
const ( DEFAULT_HOST = "localhost" DEFAULT_PORT = 8086 )
View Source
const (
COMPATIBLE = true
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CompatibleCommand ¶
type CompatibleCommand struct {
// contains filtered or unexported fields
}
the options of command line are compatible with influx v1.x.
func NewCompatibleCommand ¶
func NewCompatibleCommand() *CompatibleCommand
func (*CompatibleCommand) Args ¶
func (c *CompatibleCommand) Args() []string
func (*CompatibleCommand) Bind ¶
func (c *CompatibleCommand) Bind(config *geminicli.CommandLineConfig)
func (*CompatibleCommand) Parse ¶
func (c *CompatibleCommand) Parse(args []string) error
func (*CompatibleCommand) Usage ¶
func (c *CompatibleCommand) Usage()
Click to show internal directories.
Click to hide internal directories.