Skip to content

Commit

Permalink
feat(api): add type to Feature
Browse files Browse the repository at this point in the history
Fixes #162
  • Loading branch information
jameshartig committed Dec 13, 2023
1 parent c42351c commit 2fec64e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/feature.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ type Feature struct {
// Name is the name of the feature toggle.
Name string `json:"name"`

// Type is the type of the feature toggle.
Type string `json:"type"`

// Description is a description of the feature toggle.
Description string `json:"description"`

Expand Down

0 comments on commit 2fec64e

Please sign in to comment.