This commit is contained in:
RamiBerm
2021-05-24 12:17:26 +03:00
parent c1409251e2
commit 2f8f253743
4 changed files with 20 additions and 15 deletions

View File

@@ -4,7 +4,6 @@ type ControlSocketMessageType string
const (
TAPPING_STATUS_MESSAGE_TYPE ControlSocketMessageType = "tappingStatus"
TAPPED_MESSAGE_TYPE ControlSocketMessageType = "tappedMessage"
)
type MizuSocketMessage struct {