7 lines
89 B
Go
7 lines
89 B
Go
package protocol
|
|
|
|
type Request struct {
|
|
Notification
|
|
ID uint64 `json:"id,omitempty"`
|
|
}
|