Skip to content

Commit

Permalink
Merge pull request #109 from replicatedhq/update-license-spec-struct
Browse files Browse the repository at this point in the history
Update license spec struct
  • Loading branch information
sgalsaleh committed Oct 25, 2019
2 parents 93574bb + a9b4dcd commit ed9f738
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kotskinds/apis/kots/v1beta1/license_types.go
Expand Up @@ -101,6 +101,7 @@ type LicenseSpec struct {
Signature []byte `json:"signature"`
AppSlug string `json:"appSlug"`
Endpoint string `json:"endpoint,omitempty"`
ChannelName string `json:"channelName,omitempty"`
LicenseID string `json:"licenseID"`
IsAirgapSupported bool `json:"isAirgapSupported,omitempty"`
Entitlements map[string]EntitlementField `json:"entitlements,omitempty"`
Expand Down

0 comments on commit ed9f738

Please sign in to comment.