Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SendEcosystemUsageReports ¶
func SendEcosystemUsageReports(reports ...ReportEcosystemUsageData) error
Types ¶
type ReportEcosystemUsageData ¶
type ReportEcosystemUsageData struct { ProductId string `json:"productId"` AccountId string `json:"accountId"` ClientId string `json:"clientId,omitempty"` Features []string `json:"features"` }
func CreateUsageData ¶
func CreateUsageData(productId, accountId, clientId string, features ...string) (reportInfo ReportEcosystemUsageData, err error)
Click to show internal directories.
Click to hide internal directories.