1
This commit is contained in:
9
models/commondto/websocket.go
Normal file
9
models/commondto/websocket.go
Normal file
@ -0,0 +1,9 @@
|
||||
package commondto
|
||||
|
||||
import "time"
|
||||
|
||||
type WebSocketErr struct {
|
||||
Count int `json:"count"`
|
||||
ErrorMessage string `json:"message"`
|
||||
Time time.Time `json:"time"`
|
||||
}
|
||||
Reference in New Issue
Block a user