Skip to content

Commit

Permalink
Add new fields in module (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcanizalez authored Oct 6, 2021
1 parent 0ed9dab commit 20cc515
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/models/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ type ModuleAttributes struct {

// sourceSample
SourceSample string `json:"sourceSample,omitempty"`

// registryPath
RegistryPath string `json:"registryPath,omitempty"`

// versions
Versions []string `json:"versions,omitempty"`
}

type ModuleRelationships struct {
Expand Down

0 comments on commit 20cc515

Please sign in to comment.