We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11610a6 commit 3b031e3Copy full SHA for 3b031e3
service.go
@@ -14,6 +14,7 @@ type ServiceId struct {
14
15
type ComponentType struct {
16
Id ID `json:"id"`
17
+ Alias string `json:"alias,omitempty"`
18
Aliases []string `json:"aliases,omitempty"`
19
}
20
0 commit comments