Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Timeout = 30 * time.Second
Functions ¶
func ReaderParamDecoder ¶
func ReaderParamDecoder() (http.HandlerFunc, jsonrpc.ServerOption)
func ReaderParamEncoder ¶
func ReaderParamEncoder(addr string) jsonrpc.Option
Types ¶
type ReaderStream ¶
type ReaderStream struct { Type StreamType Info string }
type StreamType ¶
type StreamType string
const ( Null StreamType = "null" PushStream StreamType = "push" )
Click to show internal directories.
Click to hide internal directories.