Versions in this module Expand all Collapse all v0 v0.1.1 Nov 27, 2020 v0.1.0 Nov 27, 2020 Changes in this version + func DefaultServer(cmd *cobra.Command) (*grpc.Server, error) + func Defaults(c *cobra.Command) *cobra.Command + func ExitErrorf(code ExitCode, format string, args ...interface{}) error + func NewHtpasswdCommand() *cobra.Command + func NewTestserverCommand() *cobra.Command + type ExitCode int + const EX_CONFIG + const EX_DATAERR + const EX_FAIL + const EX_NOINPUT + const EX_USAGE + type ExitError struct + Code ExitCode + Err error + func (e ExitError) Error() string