add variable to service config to store rootcmd name
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user