Documentation
¶
Index ¶
Constants ¶
View Source
const (
Issuer = "sola/ws"
)
Ctx
Variables ¶
View Source
var ( ErrOption = errors.New("Must set Handler") ErrNoUUID = errors.New("No UUID") )
error(s)
View Source
var (
ALL = [16]byte{}
)
meta
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option struct { Handler Handler // Optional First func(uuid.UUID) ReceiveError ErrorHandler SendError ErrorHandler HandlerError ErrorHandler }
Option of WebSocket
Click to show internal directories.
Click to hide internal directories.