Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Jobs []*job.Job `json:"jobs"` Concurrency int `json:"concurrency"` Datastore *datastore.Connection `json:"datastore"` Notification notification.Notification `json:"notification"` }
Stores the testing configuration
type Envelope ¶
type Envelope struct { Type string `json:"type"` Msg *json.RawMessage `json:"msg"` }
intermediate data structure for reading in dynamic json
Click to show internal directories.
Click to hide internal directories.