Add curre for managing executions

This commit is contained in:
2022-09-10 12:46:02 +02:00
parent af142c4b09
commit 5b0d4626b6
4 changed files with 7 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ import (
"go.uber.org/zap"
)
func NewStartServerCommand(logger *zap.Logger) *cobra.Command {
func NewStartServerCommand(_ *zap.Logger) *cobra.Command {
cmd := &cobra.Command{
Use: "start",
Short: "Start the kraken server",