overflow_probes/central/client/protocol/notification.go

8 lines
131 B
Go
Raw Normal View History

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