Skip to content
Snippets Groups Projects
Commit 0d951592 authored by Fabian Seidl's avatar Fabian Seidl
Browse files

Resolve "Change json annotation in generated etsi14 key container"

See merge request !179
parent 1f653c20
No related branches found
No related tags found
1 merge request!179Resolve "Change json annotation in generated etsi14 key container"
Pipeline #219539 passed
...@@ -15,7 +15,7 @@ package etsi14 ...@@ -15,7 +15,7 @@ package etsi14
type KeyContainer struct { type KeyContainer struct {
Keys []KeyContainerKeysInner `json:"Keys,omitempty"` Keys []KeyContainerKeysInner `json:"keys,omitempty"`
} }
// AssertKeyContainerRequired checks if the required fields are not zero-ed // AssertKeyContainerRequired checks if the required fields are not zero-ed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment