Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SuperSet = wire.NewSet( NewProtobufClient, NewScanner, )
SuperSet binds the dependencies for RPC client
Functions ¶
func NewProtobufClient ¶ added in v0.5.0
NewProtobufClient is the factory method to return RPC scanner
Types ¶
type CustomHeaders ¶ added in v0.5.0
CustomHeaders for holding HTTP headers
type Scanner ¶ added in v0.5.0
type Scanner struct {
// contains filtered or unexported fields
}
Scanner implements the RPC scanner
func NewScanner ¶ added in v0.5.0
func NewScanner(customHeaders CustomHeaders, s rpc.Scanner) Scanner
NewScanner is the factory method to return RPC Scanner
Click to show internal directories.
Click to hide internal directories.