added badges #5
Annotations
20 errors and 2 warnings
coverage:
examples/more.go#L58
cannot use serverStartup (value of type func(ctx context.Context, cmd *cli.Command, args []string) (err error)) as cli.OnInvokeHandler value in argument to parent.Cmd("start", "s", "st", "run", "startup").Description("startup this system service/daemon", ``).OnAction
|
coverage:
examples/more.go#L67
cannot use serverStartup (value of type func(ctx context.Context, cmd *cli.Command, args []string) (err error)) as cli.OnInvokeHandler value in argument to parent.Cmd("run1", "nf", "startup1").Description("startup this system service/daemon", ``).OnAction
|
coverage:
examples/more.go#L70
cannot use serverStartup (value of type func(ctx context.Context, cmd *cli.Command, args []string) (err error)) as cli.OnInvokeHandler value in argument to b.Cmd("run1", "nf", "startup1").Description("startup this system service/daemon", ``).OnAction
|
coverage:
examples/more.go#L76
cannot use serverStop (value of type func(ctx context.Context, cmd *cli.Command, args []string) (err error)) as cli.OnInvokeHandler value in argument to parent.Cmd("stop", "t", "pause", "resume", "stp", "hlt", "halt").Description("stop this system service/daemon", ``).OnAction
|
coverage:
examples/more.go#L81
cannot use serverRestart (value of type func(ctx context.Context, cmd *cli.Command, args []string) (err error)) as cli.OnInvokeHandler value in argument to parent.Cmd("restart", "r", "reload", "live-reload").Description("restart/reload/live-reload this system service/daemon", ``).OnAction
|
coverage:
examples/more.go#L86
cannot use serverStatus (value of type func(ctx context.Context, cmd *cli.Command, args []string) (err error)) as cli.OnInvokeHandler value in argument to parent.Cmd("status", "st").Description("display its running status as a system service/daemon", ``).OnAction
|
coverage:
examples/more.go#L91
cannot use serverInstall (value of type func(ctx context.Context, cmd *cli.Command, args []string) (err error)) as cli.OnInvokeHandler value in argument to parent.Cmd("install", "i", "inst", "setup").Description("install as a system service/daemon", ``).OnAction
|
coverage:
examples/more.go#L96
cannot use serverUninstall (value of type func(ctx context.Context, cmd *cli.Command, args []string) (err error)) as cli.OnInvokeHandler value in argument to parent.Cmd("uninstall", "u", "remove", "rm", "delete").Description("uninstall a system service/daemon", ``).OnAction
|
coverage:
examples/more.go#L122
cannot use kvBackup (value of type func(ctx context.Context, cmd *cli.Command, args []string) (err error)) as cli.OnInvokeHandler value in argument to parent.Cmd("backup", "b", "bf", "bkp").Description("Dump Consul's KV database to a JSON/YAML file", ``).OnAction
|
coverage:
examples/more.go#L134
cannot use kvRestore (value of type func(ctx context.Context, cmd *cli.Command, args []string) (err error)) as cli.OnInvokeHandler value in argument to parent.Cmd("restore", "r").Description("restore to Consul's KV store, from a a JSON/YAML backup file", ``).OnAction
|
test (1.22.x, ubuntu-latest):
examples/more.go#L58
cannot use serverStartup (value of type func(ctx context.Context, cmd *cli.Command, args []string) (err error)) as cli.OnInvokeHandler value in argument to parent.Cmd("start", "s", "st", "run", "startup").Description("startup this system service/daemon", ``).OnAction
|
test (1.22.x, ubuntu-latest):
examples/more.go#L67
cannot use serverStartup (value of type func(ctx context.Context, cmd *cli.Command, args []string) (err error)) as cli.OnInvokeHandler value in argument to parent.Cmd("run1", "nf", "startup1").Description("startup this system service/daemon", ``).OnAction
|
test (1.22.x, ubuntu-latest):
examples/more.go#L70
cannot use serverStartup (value of type func(ctx context.Context, cmd *cli.Command, args []string) (err error)) as cli.OnInvokeHandler value in argument to b.Cmd("run1", "nf", "startup1").Description("startup this system service/daemon", ``).OnAction
|
test (1.22.x, ubuntu-latest):
examples/more.go#L76
cannot use serverStop (value of type func(ctx context.Context, cmd *cli.Command, args []string) (err error)) as cli.OnInvokeHandler value in argument to parent.Cmd("stop", "t", "pause", "resume", "stp", "hlt", "halt").Description("stop this system service/daemon", ``).OnAction
|
test (1.22.x, ubuntu-latest):
examples/more.go#L81
cannot use serverRestart (value of type func(ctx context.Context, cmd *cli.Command, args []string) (err error)) as cli.OnInvokeHandler value in argument to parent.Cmd("restart", "r", "reload", "live-reload").Description("restart/reload/live-reload this system service/daemon", ``).OnAction
|
test (1.22.x, ubuntu-latest):
examples/more.go#L86
cannot use serverStatus (value of type func(ctx context.Context, cmd *cli.Command, args []string) (err error)) as cli.OnInvokeHandler value in argument to parent.Cmd("status", "st").Description("display its running status as a system service/daemon", ``).OnAction
|
test (1.22.x, ubuntu-latest):
examples/more.go#L91
cannot use serverInstall (value of type func(ctx context.Context, cmd *cli.Command, args []string) (err error)) as cli.OnInvokeHandler value in argument to parent.Cmd("install", "i", "inst", "setup").Description("install as a system service/daemon", ``).OnAction
|
test (1.22.x, ubuntu-latest):
examples/more.go#L96
cannot use serverUninstall (value of type func(ctx context.Context, cmd *cli.Command, args []string) (err error)) as cli.OnInvokeHandler value in argument to parent.Cmd("uninstall", "u", "remove", "rm", "delete").Description("uninstall a system service/daemon", ``).OnAction
|
test (1.22.x, ubuntu-latest):
examples/more.go#L122
cannot use kvBackup (value of type func(ctx context.Context, cmd *cli.Command, args []string) (err error)) as cli.OnInvokeHandler value in argument to parent.Cmd("backup", "b", "bf", "bkp").Description("Dump Consul's KV database to a JSON/YAML file", ``).OnAction
|
test (1.22.x, ubuntu-latest):
examples/more.go#L134
cannot use kvRestore (value of type func(ctx context.Context, cmd *cli.Command, args []string) (err error)) as cli.OnInvokeHandler value in argument to parent.Cmd("restore", "r").Description("restore to Consul's KV store, from a a JSON/YAML backup file", ``).OnAction
|
coverage
Restore cache failed: Dependencies file is not found in /home/runner/work/cmdr-tests/cmdr-tests. Supported file pattern: go.sum
|
test (1.22.x, ubuntu-latest)
Restore cache failed: Dependencies file is not found in /home/runner/work/cmdr-tests/cmdr-tests. Supported file pattern: go.sum
|