5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-11-14 15:30:27 +00:00
matterbridge/vendor/github.com/olahol/melody/envelope.go
2023-03-11 18:14:49 +01:00

8 lines
87 B
Go

package melody
type envelope struct {
t int
msg []byte
filter filterFunc
}