Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Default = New()
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { Connect(address string) bool SendJson(objectPtr interface{}) (ok bool) //call send SendJsonWithHead(head string, objectPtr interface{}) (ok bool) //call send SendWithHead(head, body stream.Interface) (ok bool) //call send Send(s stream.Interface) (ok bool) Receive() stream.Interface }
Click to show internal directories.
Click to hide internal directories.