mirror of
https://github.com/documize/community.git
synced 2025-07-18 20:59:43 +02:00
Subscription checks
This commit is contained in:
parent
6e4c5194e2
commit
e116d3b000
20 changed files with 211 additions and 76 deletions
|
@ -30,7 +30,7 @@ type Manifest struct {
|
|||
OrgID string `json:"org"`
|
||||
|
||||
// Product edition at the time of the backup.
|
||||
Edition string `json:"edition"`
|
||||
Edition env.Edition `json:"edition"`
|
||||
|
||||
// When the backup took place.
|
||||
Created time.Time `json:"created"`
|
||||
|
|
|
@ -38,7 +38,7 @@ type SiteMeta struct {
|
|||
Version string `json:"version"`
|
||||
Revision int `json:"revision"`
|
||||
MaxTags int `json:"maxTags"`
|
||||
Edition string `json:"edition"`
|
||||
Edition env.Edition `json:"edition"`
|
||||
Valid bool `json:"valid"`
|
||||
ConversionEndpoint string `json:"conversionEndpoint"`
|
||||
License env.License `json:"license"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue