summaryrefslogtreecommitdiff
path: root/internal/models
diff options
context:
space:
mode:
Diffstat (limited to 'internal/models')
-rw-r--r--internal/models/types.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/internal/models/types.go b/internal/models/types.go
index 151ef54..41ba162 100644
--- a/internal/models/types.go
+++ b/internal/models/types.go
@@ -339,10 +339,3 @@ type SourceConfig struct {
Enabled bool `json:"enabled"`
}
-// FeatureToggle represents a feature flag
-type FeatureToggle struct {
- ID int64 `json:"id"`
- Name string `json:"name"`
- Description string `json:"description"`
- Enabled bool `json:"enabled"`
-}