Added Feature type
This commit is contained in:
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
|
||||||
|
}
|
Reference in New Issue
Block a user