env

package
v0.18.3-0...-c90ca1e Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2019 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (

	// ServerCmd ...
	ServerCmd = &cobra.Command{
		Hidden: true,
		Use:    "server",
		Short:  "Server control",
		Long:   ``,
	}

	// ServerStartCmd ...
	ServerStartCmd = &cobra.Command{
		Hidden: true,
		Use:    "start",
		Short:  "Start the server",
		Long:   ``,
		Run:    serverStartFn,
	}

	// ServerStopCmd ...
	ServerStopCmd = &cobra.Command{
		Hidden: true,
		Use:    "stop",
		Short:  "Stop the server",
		Long:   ``,
		Run:    serverStopFn,
	}

	// ServerTeadownCmd ...
	ServerTeadownCmd = &cobra.Command{
		Hidden: true,
		Use:    "teardown",
		Short:  "Teardown the server",
		Long:   ``,
		Run:    serverTeardownFn,
	}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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