Skip to content

Commit

Permalink
add key usages
Browse files Browse the repository at this point in the history
  • Loading branch information
morphy2k committed Feb 10, 2021
1 parent ad21286 commit ecdf3e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model/item/kind_key.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ type Key struct {
Item `bson:",inline"`

Location string `json:"location" bson:"location"`
Usages int64 `json:"usages,omitempty" bson:"usages,omitempty"`
}

0 comments on commit ecdf3e0

Please sign in to comment.