diff --git a/internal/service/service.go b/internal/service/service.go index 344ac92..c6afc25 100644 --- a/internal/service/service.go +++ b/internal/service/service.go @@ -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