diff options
Diffstat (limited to 'config.go')
| -rw-r--r-- | config.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -379,6 +379,10 @@ func (d *Droplets) UnmarshalJSON(data []byte) error { return protojson.Unmarshal(data, d) } +func (d *Droplet) UnmarshalJSON(data []byte) error { + return protojson.Unmarshal(data, d) +} + func (e *Events) UnmarshalJSON(data []byte) error { return protojson.Unmarshal(data, e) } |
