Skip to content

Commit 46c9d66

Browse files
rename MaturityReportOnlyOverallLevel
1 parent 4aaeb41 commit 46c9d66

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

maturity.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type CategoryBreakdown struct {
55
Level Level
66
}
77

8-
type MaturityOverallLevel struct {
8+
type MaturityReportOnlyOverallLevel struct {
99
OverallLevel Level
1010
}
1111

service.go

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,24 @@ type Service struct {
1919
Framework string `json:"framework,omitempty"`
2020
HtmlURL string `json:"htmlUrl"`
2121
ServiceId
22-
Language string `json:"language,omitempty"`
23-
Lifecycle Lifecycle `json:"lifecycle,omitempty"`
24-
Locked bool `json:"locked" graphql:"locked"`
25-
ManagedAliases []string `json:"managedAliases,omitempty"`
26-
MaturityReport MaturityOverallLevel `json:"maturityReport" graphql:"maturityReport"`
27-
Name string `json:"name,omitempty"`
28-
Note string `json:"note,omitempty"`
29-
Owner TeamId `json:"owner,omitempty"`
30-
Parent *SystemId `json:"parent,omitempty" graphql:"parent"`
31-
PreferredApiDocument *ServiceDocument `json:"preferredApiDocument,omitempty"`
32-
PreferredApiDocumentSource *ApiDocumentSourceEnum `json:"preferredApiDocumentSource,omitempty"`
33-
Product string `json:"product,omitempty"`
34-
Repositories *ServiceRepositoryConnection `json:"repos,omitempty" graphql:"repos"`
35-
Repository *ServiceRepository `graphql:"defaultServiceRepository" json:"defaultServiceRepository"`
36-
Tags *TagConnection `json:"tags,omitempty"`
37-
Tier Tier `json:"tier,omitempty"`
38-
Timestamps Timestamps `json:"timestamps"`
39-
Tools *ToolConnection `json:"tools,omitempty"`
22+
Language string `json:"language,omitempty"`
23+
Lifecycle Lifecycle `json:"lifecycle,omitempty"`
24+
Locked bool `json:"locked" graphql:"locked"`
25+
ManagedAliases []string `json:"managedAliases,omitempty"`
26+
MaturityReport MaturityReportOnlyOverallLevel `json:"maturityReport" graphql:"maturityReport"`
27+
Name string `json:"name,omitempty"`
28+
Note string `json:"note,omitempty"`
29+
Owner TeamId `json:"owner,omitempty"`
30+
Parent *SystemId `json:"parent,omitempty" graphql:"parent"`
31+
PreferredApiDocument *ServiceDocument `json:"preferredApiDocument,omitempty"`
32+
PreferredApiDocumentSource *ApiDocumentSourceEnum `json:"preferredApiDocumentSource,omitempty"`
33+
Product string `json:"product,omitempty"`
34+
Repositories *ServiceRepositoryConnection `json:"repos,omitempty" graphql:"repos"`
35+
Repository *ServiceRepository `graphql:"defaultServiceRepository" json:"defaultServiceRepository"`
36+
Tags *TagConnection `json:"tags,omitempty"`
37+
Tier Tier `json:"tier,omitempty"`
38+
Timestamps Timestamps `json:"timestamps"`
39+
Tools *ToolConnection `json:"tools,omitempty"`
4040

4141
Dependencies *ServiceDependenciesConnection `graphql:"-"`
4242
Dependents *ServiceDependentsConnection `graphql:"-"`

0 commit comments

Comments
 (0)