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 98df41ff54
commit 6caf654af9

View File

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