Added Feature type
This commit is contained in:
parent
42366174e5
commit
ce9a1d4f89
9
arn/Feature.go
Normal file
9
arn/Feature.go
Normal file
@ -0,0 +1,9 @@
|
||||
package arn
|
||||
|
||||
// Feature represents a donation-based feature on the site.
|
||||
type Feature struct {
|
||||
RequiredAmount int `json:"requiredAmount" editable:"true"`
|
||||
ReceivedAmount int `json:"receivedAmount"`
|
||||
|
||||
hasID
|
||||
}
|
Loading…
Reference in New Issue
Block a user