5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 19:32:31 +00:00
matterbridge/vendor/gopkg.in/olahol/melody.v1/envelope.go

8 lines
87 B
Go
Raw Normal View History

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