package
Version:
v1.0.2
Opens a new window with list of versions in this module.
Published: Jul 2, 2022
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Load struct {
ParallelRequests int `envconfig:"PARALLEL_REQUESTS" default:"1"`
WaitMillisBetween int `envconfig:"WAIT_MILLIS_BETWEEN" default:"1000"`
CallURL string `envconfig:"CALL_URL" default:"http://localhost:8080"`
}
type Server struct {
DelayResponse int `envconfig:"DELAY_RESPONSE" default:"1000"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.