commands

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2019 License: GPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var MasterCmd = &cobra.Command{
	Use:   "master",
	Short: "Paust DB Master Application",
	Run: func(cmd *cobra.Command, args []string) {
		err := Serve()
		if err != nil {
			fmt.Println(err)
			os.Exit(1)
		}
	},
}
View Source
var PaustDBCmd = &cobra.Command{
	Use:   "paust-db",
	Short: "Paust DB",
}

Functions

func Execute

func Execute()

func Serve

func Serve() error

Types

This section is empty.

Jump to

Keyboard shortcuts

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