need this marshal for start
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
a4e6d7a58b
commit
8e33396b4a
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue