Documentation ¶
Index ¶
Constants ¶
View Source
const ( HeaderLen = 4 MaxDataSize = 2<<24 - 1 )
View Source
const ( RPCError = iota RPCPrepareConf RPCHTTPReqCall RPCExtraInfo RPCHTTPRespCall )
Variables ¶
This section is empty.
Functions ¶
func GetBuilder ¶
func GetBuilder() *flatbuffers.Builder
func PutBuilder ¶
func PutBuilder(b *flatbuffers.Builder)
Types ¶
type ExtraInfoResult ¶ added in v0.2.0
type ExtraInfoResult []byte
Use struct if the result is not only []byte
type RPCResult ¶ added in v0.2.0
type RPCResult struct { Err error Builder *flatbuffers.Builder }
Click to show internal directories.
Click to hide internal directories.