tip

package
v0.0.0-...-b0c7cc0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 17, 2019 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const Version = 0

Variables

View Source
var HandshakeReplyPayload = func() []byte {
	var msg protocol.HandshakeResponse
	msg.Version = Version
	payload, err := msg.Marshal()
	if err != nil {
		panic(err)
	}
	return payload
}()

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL