0
0
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

add models

This commit is contained in:
Zack Scholl 2018-10-22 19:42:39 -07:00
parent ea9aa3f8ec
commit e5fcc0d3ee

7
src/croc/models.go Normal file
View file

@ -0,0 +1,7 @@
package croc
type WebSocketMessage struct {
messageType int
message []byte
err error
}