Do not send empty type when its not apropriate
This commit is contained in:
parent
9d0ae44c3c
commit
cf87f53da3
@ -27,7 +27,7 @@ type OutboundEvent interface {
|
|||||||
|
|
||||||
// Event is any kind of event. A type is required to be specified.
|
// Event is any kind of event. A type is required to be specified.
|
||||||
type Event struct {
|
type Event struct {
|
||||||
Type EventType `json:"type"`
|
Type EventType `json:"type,omitempty"`
|
||||||
Id string `json:"id"`
|
Id string `json:"id"`
|
||||||
Timestamp time.Time `json:"timestamp"`
|
Timestamp time.Time `json:"timestamp"`
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user