3
0
mirror of https://github.com/42wim/matterbridge.git synced 2025-03-01 03:40:54 +01:00
2023-03-11 18:14:49 +01:00

8 lines
87 B
Go

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