File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,6 @@ const (
29
29
30
30
// Server structure types for JSON generation
31
31
32
- type VersionDetail struct {
33
- Version string `json:"version"`
34
- }
35
32
36
33
type EnvironmentVariable struct {
37
34
Name string `json:"name"`
@@ -65,7 +62,7 @@ type ServerJSON struct {
65
62
Description string `json:"description"`
66
63
Status string `json:"status,omitempty"`
67
64
Repository model.Repository `json:"repository"`
68
- VersionDetail VersionDetail `json:"version_detail"`
65
+ VersionDetail model. VersionDetail `json:"version_detail"`
69
66
Packages []Package `json:"packages"`
70
67
}
71
68
@@ -580,7 +577,7 @@ func createServerStructure(
580
577
URL : repoURL ,
581
578
Source : repoSource ,
582
579
},
583
- VersionDetail : VersionDetail {
580
+ VersionDetail : model. VersionDetail {
584
581
Version : version ,
585
582
},
586
583
Packages : []Package {pkg },
You can’t perform that action at this time.
0 commit comments