Skip to content

Commit e52125c

Browse files
authored
feat: add project field to component struct (#35)
1 parent 1b752a2 commit e52125c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

component.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ type Component struct {
4141
DirectDependencies string `json:"directDependencies,omitempty"`
4242
Notes string `json:"notes,omitempty"`
4343
ExternalReferences []ExternalReference `json:"externalReferences,omitempty"`
44+
Project *Project `json:"project,omitempty"`
4445
}
4546

4647
type ExternalReference struct {

0 commit comments

Comments
 (0)