Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "coniksclient",
Short: "CONIKS client reference implementation in Go",
Long: `
________ _______ __ _ ___ ___ _ _______
| || || | | || || | | || |
| || _ || |_| || || |_| || _____|
| || | | || || || _|| |_____
| _|| |_| || _ || || |_ |_____ |
| |_ | || | | || || _ | _____| |
|_______||_______||_| |__||___||___| |_||_______|
`,
}
RootCmd represents the base "testclient" command when called without any subcommands (register, lookup, ...).
View Source
var ServerCmd = &cobra.Command{ Use: "serve", Short: "Run the CONIKS client as a local http server", Long: "Run the CONIKS client as a local http server, transferring the requests to the CONIKS Server", Run: func(cmd *cobra.Command, args []string) { startLocalHTTPServer(cmd) }, }
ServerCmd represents the base "testclient" command when called without any subcommands (register, lookup, ...).
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.