Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶ added in v0.1.6
type Config struct { Type string `json:"type" yaml:"type"` Script string `json:"script" yaml:"script"` }
Config configuration for receiving async transaction responses
type Listener ¶
Listener listen for async transaction responses. Listeners must be safe for concurrent usage.
func GetListener ¶
GetListener gets an previously registered handler
Click to show internal directories.
Click to hide internal directories.