Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "reservation",
Short: "Server for reservation microservice",
Long: `To get started run the serve subcommand which will start a server
on localhost:10000:
reservation serve -a localhost:10000
Then test ir:
curl -k https://localhost:10000/healthz
`,
}
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.