-
Notifications
You must be signed in to change notification settings - Fork 821
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull Request: #1552 Copied Message from Commits: * add entitlement struct * add entitlements field to interaction struct * add event handler for entitlements * add description to Entitlement struct & type * properly format changes in entitlement and events * format entitlement with gofmt * move entitlement to structs * add subscription id to entitlement struct and add omitempty * add endpoints * add comments to EntitlementTest and EntitlementOwnerType * add sku struct * add skus * fix typo * rename skuid in entitlement struct * add comments to SKUFlags * change entitlement timestamps to time.Time * rename skuid in entitlement-test struct * add documentation * remove undocumented subscriptionID field in entitlement struct * add documentation * update documentation * change order of EntitlementType values * move optional entitlement filter options into a separate struct * add premium button component * add subscriptions * optimize optional fields in entitlement struct * Add documentation * typo * remove unneccessary pointers
- Loading branch information
Showing
7 changed files
with
446 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.