5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-01-21 08:43:16 +00:00

8 lines
87 B
Go
Raw Normal View History

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