add variable to service config to store rootcmd name

This commit is contained in:
Robin Olsen
2026-02-05 13:24:24 +01:00
parent 4f28d81aae
commit 1f254fb7e8

View File

@@ -1,16 +1,18 @@
package service package service
import ( import (
"github.com/LazyBachelor/LazyPM/internal/models"
"github.com/LazyBachelor/LazyPM/internal/storage"
"context" "context"
"time" "time"
"github.com/LazyBachelor/LazyPM/internal/models"
"github.com/LazyBachelor/LazyPM/internal/storage"
"github.com/google/uuid" "github.com/google/uuid"
"github.com/steveyegge/beads" "github.com/steveyegge/beads"
) )
type Config struct { type Config struct {
RootCmd string
WebAddress string WebAddress string
BeadsDBPath string BeadsDBPath string
IssuePrefix string IssuePrefix string