7 lines
92 B
Go
7 lines
92 B
Go
package ws
|
|
|
|
type Stream struct {
|
|
Type string `json:"type"`
|
|
State int `json:"state"`
|
|
}
|