From 20cc515e02e723c921e9c6bf11ad1a23db3b3407 Mon Sep 17 00:00:00 2001 From: Javier Canizalez Date: Wed, 6 Oct 2021 17:57:44 -0600 Subject: [PATCH] Add new fields in module (#27) --- client/models/module.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/models/module.go b/client/models/module.go index f9f8358..4435685 100644 --- a/client/models/module.go +++ b/client/models/module.go @@ -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 {