overflow_probes/central/client/protocol/notification.go

8 lines
137 B
Go
Raw Normal View History

2017-09-21 08:38:05 +00:00
package protocol
type Notification struct {
Header
Method string `json:"method"`
Params interface{} `json:"params,omitempty"`
}