5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-11-09 16:50:30 +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
}