const ExitCodeCommandFailure = 123
ExitCodeCommandFailure indicates that a given command failed due to internal errors or invalid input parameters.
func Main(p Params, args []string) int
Main is the main function of the rdb application.
type Params struct { DefaultResultDBHost string Auth auth.Options }
Params is the parameters for the bb application.