mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
add models
This commit is contained in:
parent
6534e6fda6
commit
d24b6e62dd
1 changed files with 7 additions and 0 deletions
7
src/models/models.go
Normal file
7
src/models/models.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package models
|
||||
|
||||
// WebsocketMessage contains the websocket messsage and payload
|
||||
type WebsocketMessage struct {
|
||||
Message string
|
||||
Payload string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue