mirror of
https://github.com/schollz/croc.git
synced 2024-12-11 06:35:01 +03:00
add models
This commit is contained in:
parent
ea9aa3f8ec
commit
e5fcc0d3ee
7
src/croc/models.go
Normal file
7
src/croc/models.go
Normal file
@ -0,0 +1,7 @@
|
||||
package croc
|
||||
|
||||
type WebSocketMessage struct {
|
||||
messageType int
|
||||
message []byte
|
||||
err error
|
||||
}
|
Loading…
Reference in New Issue
Block a user