Documentation
¶
Overview ¶
Used internally for the RPC protocol.
Index ¶
- func ReturnTypeError(expected string) error
- type PdkBridge
- func (b PdkBridge) Ask(method string, args ...interface{}) (interface{}, error)
- func (b PdkBridge) AskFloat(method string, args ...interface{}) (f float64, err error)
- func (b PdkBridge) AskInt(method string, args ...interface{}) (i int, err error)
- func (b PdkBridge) AskMap(method string, args ...interface{}) (m map[string][]string, err error)
- func (b PdkBridge) AskString(method string, args ...interface{}) (s string, err error)
- type StepData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReturnTypeError ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.