Documentation ¶
Index ¶
Constants ¶
View Source
const ( InternalError uint32 = 1 InvalidRequest uint32 = 2 MethodNotFound uint32 = 3 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Caller ¶
type Caller struct {
// contains filtered or unexported fields
}
func NewCaller ¶
func NewCaller(node *centrifuge.Node) *Caller
type Handler ¶
type Handler func(node *centrifuge.Node, data []byte) centrifuge.SurveyReply
Handler can handle survey.
Click to show internal directories.
Click to hide internal directories.