Skip to content

Commit 3b031e3

Browse files
committed
Need this for CSV output
1 parent 11610a6 commit 3b031e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

service.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ type ServiceId struct {
1414

1515
type ComponentType struct {
1616
Id ID `json:"id"`
17+
Alias string `json:"alias,omitempty"`
1718
Aliases []string `json:"aliases,omitempty"`
1819
}
1920

0 commit comments

Comments
 (0)