refactor: add interface check
This commit is contained in:
parent
a497592bad
commit
be082fda60
|
@ -9,6 +9,8 @@ import (
|
||||||
"github.com/vmihailenco/msgpack/v5"
|
"github.com/vmihailenco/msgpack/v5"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
var _ base.IncomingMessageTyped = (*HandshakeOpen)(nil)
|
||||||
|
|
||||||
type HandshakeOpen struct {
|
type HandshakeOpen struct {
|
||||||
challenge []byte
|
challenge []byte
|
||||||
networkId string
|
networkId string
|
||||||
|
|
Loading…
Reference in New Issue