Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPayloadWorker ¶
func NewPayloadWorker(ctx context.Context, log log.Logger, testConfig *benchtypes.TestConfig, sequencerClient clienttypes.ExecutionClient, definition Definition) (worker.Worker, error)
Types ¶
type Definition ¶
type Definition struct {
Name *string `yaml:"name"`
ID string `yaml:"id"`
Type string `yaml:"type"`
Params any `yaml:"-"`
}
func (*Definition) UnmarshalYAML ¶
func (t *Definition) UnmarshalYAML(node *yaml.Node) error
Click to show internal directories.
Click to hide internal directories.