add completions to survey
This commit is contained in:
@@ -8,17 +8,13 @@ import (
|
||||
"github.com/steveyegge/beads"
|
||||
)
|
||||
|
||||
// ValidationFeedback holds task validation status
|
||||
type ValidationFeedback struct {
|
||||
Success bool
|
||||
Message string
|
||||
}
|
||||
|
||||
type App struct {
|
||||
Config Config
|
||||
Issues IssueService
|
||||
Stats StatsService
|
||||
Logger *slog.Logger
|
||||
Config Config
|
||||
Issues IssueService
|
||||
Stats StatsService
|
||||
|
||||
Logger *slog.Logger
|
||||
|
||||
CurrentFeedback *ValidationFeedback
|
||||
}
|
||||
|
||||
@@ -33,3 +29,8 @@ type StatsService interface {
|
||||
Save(ctx context.Context) error
|
||||
GetStatistics() (models.Statistics, error)
|
||||
}
|
||||
|
||||
type ValidationFeedback struct {
|
||||
Success bool
|
||||
Message string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user