matterbridge/vendor/github.com/olahol/melody/envelope.go

8 lines
87 B
Go
Raw Normal View History

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