mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-09 16:50:30 +00:00
89e2dbac15
Also update to latest melody upstream
8 lines
87 B
Go
8 lines
87 B
Go
package melody
|
|
|
|
type envelope struct {
|
|
t int
|
|
msg []byte
|
|
filter filterFunc
|
|
}
|