server

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2019 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

View Source
const (
	//ServerDir is the subfolder of the configuration folder that contains files for
	//the server process. It is currently set to giverny which is shared with all
	//giverney subcommands
	ServerDir = "server"
	//ServerPIDFile is the file name where the process ID for the server process is written.
	ServerPIDFile = "server.pid"
	//ServerLogFile is the log file within ServerDir for the server process
	ServerLogFile = "server.log"
)

Variables

View Source
var ServerCmd = &cobra.Command{
	Use:   "server",
	Short: "giverny server",
	Long: `Server
	
The giverny server is a simple REST server to facilitate the sharing of
Monet configurations prior to instantiation of the node. The server 
is started with the run subcommand for foreground operation, start for background
operation.`,

	TraverseChildren: true,
}

ServerCmd is the CLI command for the giverny server

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