client

package
v0.0.0-...-02d3d6b Latest Latest
Warning

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

Go to latest
Published: May 10, 2019 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var KeyCmd = cli.Command{
	Name:  "key",
	Usage: "manage keys",
	Subcommands: []cli.Command{
		createKeyCmd,
		getKeyCmd,
		signCmd,
	},
}

KeyCmd is the command for managing keys

View Source
var ServerCmd = cli.Command{
	Name:    "server",
	Aliases: []string{"s"},
	Usage:   "start a hancock REST server",
	Action:  runServer,
}

ServerCmd provides the command for running the hancock REST 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