Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CommunityGAResponse ¶
type CommunityGAResponse struct { TotalRuns string `json:"totalRuns"` OpInstalls string `json:"operatorInstalls"` CityData [][]string `json:"geoCity"` CountryData [][]string `json:"geoCountry"` DailyOperatorData [][]string `json:"dailyOperatorData"` DailyExperimentData [][]string `json:"dailyExperimentData"` MonthlyOperatorData [][]string `json:"monthlyOperatorData"` MonthlyExperimentData [][]string `json:"monthlyExperimentData"` }
CommunityGAResponse A struct for storing Analytics for Litmus Community
var GAResponseJSONObject CommunityGAResponse
GAResponseJSONObject is an instance of CommunityGAResponse struct
Click to show internal directories.
Click to hide internal directories.