mirror of
https://github.com/status-im/matterbridge.git
synced 2025-01-18 18:21:33 +00:00
8 lines
87 B
Go
8 lines
87 B
Go
|
package melody
|
||
|
|
||
|
type envelope struct {
|
||
|
t int
|
||
|
msg []byte
|
||
|
filter filterFunc
|
||
|
}
|