mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-15 08:29:25 +01:00
8 lines
87 B
Go
8 lines
87 B
Go
package melody
|
|
|
|
type envelope struct {
|
|
t int
|
|
msg []byte
|
|
filter filterFunc
|
|
}
|