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