index
:
matterbridge-msglm
master
A fork of matterbridge with some patches.
msglm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vendor
/
github.com
/
olahol
/
melody
/
envelope.go
blob: baa55a3a1386d442aef58d7a99de10023d82c167 (
plain
) (
blame
)
1
2
3
4
5
6
7
package melody type envelope struct { t int msg []byte filter filterFunc }