client

package
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 14, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Addr string
View Source
var App = grumble.New(&grumble.Config{
	Name:                  "FlyDB Cli",
	Description:           "A command of FlyDB",
	HistoryFile:           path.Join(os.TempDir(), ".FlyDB_Cli.history"),
	HistoryLimit:          10000,
	ErrorColor:            color.New(color.FgRed, color.Bold, color.Faint),
	HelpHeadlineColor:     color.New(color.FgGreen),
	HelpHeadlineUnderline: false,
	HelpSubCommands:       true,
	Prompt:                "flydb $> ",
	PromptColor:           color.New(color.FgBlue, color.Bold),
	Flags:                 func(f *grumble.Flags) {},
})

App FlyDB command app

Functions

func SetAdd added in v1.0.13

func SetAdd(c *grumble.Context) error

func SetAdds added in v1.0.13

func SetAdds(c *grumble.Context) error

func SetCard added in v1.0.13

func SetCard(c *grumble.Context) error

func SetDiff added in v1.0.13

func SetDiff(c *grumble.Context) error

func SetInter added in v1.0.13

func SetInter(c *grumble.Context) error

func SetInterStore added in v1.0.13

func SetInterStore(c *grumble.Context) error

func SetIsMember added in v1.0.13

func SetIsMember(c *grumble.Context) error

func SetMembers added in v1.0.13

func SetMembers(c *grumble.Context) error

func SetRem added in v1.0.13

func SetRem(c *grumble.Context) error

func SetRems added in v1.0.13

func SetRems(c *grumble.Context) error

func SetUnion added in v1.0.13

func SetUnion(c *grumble.Context) error

func SetUnionStore added in v1.0.13

func SetUnionStore(c *grumble.Context) error

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL