mirror of
https://github.com/Icinga/icingadb.git
synced 2026-05-28 04:35:54 -04:00
NameCiMeta: Add missing json tag to NameMeta
This commit is contained in:
parent
2f76c95d51
commit
094e374070
1 changed files with 2 additions and 2 deletions
|
|
@ -48,8 +48,8 @@ type NameMeta struct {
|
|||
|
||||
// NameCiMeta is embedded by every type with a case insensitive name.
|
||||
type NameCiMeta struct {
|
||||
NameMeta
|
||||
NameCi *string `json:"-"`
|
||||
NameMeta `json:",inline"`
|
||||
NameCi *string `json:"-"`
|
||||
}
|
||||
|
||||
// Init implements the contracts.Initer interface.
|
||||
|
|
|
|||
Loading…
Reference in a new issue