Skip to content

Commit

Permalink
Merge branch 'feature/gcs' into feature/sync-firestore
Browse files Browse the repository at this point in the history
  • Loading branch information
rheinardkorf committed May 28, 2018
2 parents fb2e0d3 + 38e3788 commit 8d40674
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tide/item.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,11 @@ type PhpcsSummary struct {
type LighthouseResults struct{}

type LighthouseSummary struct {
ReportCategories []LighthouseCategory `json:"reportCategories,omitempty"`
Categories map[string]LighthouseCategory `json:"categories,omitempty"`
}

type LighthouseCategory struct {
Name string `json:"name"`
Weight float32 `json:"weight"`
Title string `json:"title"`
Description string `json:"description"`
Id string `json:"id"`
Score float32 `json:"score"`
Expand Down

0 comments on commit 8d40674

Please sign in to comment.