Files
BatchuKVM/server/service/ws/message.go

7 lines
92 B
Go

package ws
type Stream struct {
Type string `json:"type"`
State int `json:"state"`
}