mirror of
https://github.com/Icinga/icingadb.git
synced 2026-05-28 04:35:54 -04:00
NameCiMeta#NameCi: don't (unneccessarily) decode from JSON
This commit is contained in:
parent
d1b1693d14
commit
0b660a7e7a
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ type NameMeta struct {
|
|||
// NameCiMeta is embedded by every type with a case insensitive name.
|
||||
type NameCiMeta struct {
|
||||
NameMeta
|
||||
NameCi *string `json:"name_ci"`
|
||||
NameCi *string `json:"-"`
|
||||
}
|
||||
|
||||
// Init implements the contracts.Initer interface.
|
||||
|
|
|
|||
Loading…
Reference in a new issue