Update model.go

This commit is contained in:
Daniel Hougaard
2024-02-29 07:12:01 +01:00
parent 79efe64504
commit c91456838e

View File

@@ -505,4 +505,5 @@ type GetRawSecretsV3Response struct {
SecretComment string `json:"secretComment"`
} `json:"secrets"`
Imports []any `json:"imports"`
ETag string
}