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.
Click to show internal directories.
Click to hide internal directories.