Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type System ¶
type System struct { BaseURL string `json:"base_url"` EventTargetURL string `json:"event_target_url" envconfig:"IMMUNE_EVENT_TARGET_URL"` Database immune.Database `json:"database"` Callback immune.CallbackConfiguration `json:"callback"` Variables *immune.VariableMap `json:"-"` SetupTestCases []immune.SetupTestCase `json:"setup_test_cases"` TestCases []immune.TestCase `json:"test_cases"` // contains filtered or unexported fields }
System represents the entire suite to be run against an API
func (*System) NeedsCallbackServer ¶
Click to show internal directories.
Click to hide internal directories.