Documentation
¶
Overview ¶
Package callback implements a facilities for listening to asynchronous test responses.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
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.