Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoConfig ¶
type AutoMode ¶
type AutoMode struct { ModeArgs AutoConfig Runner req.Runner Requests []interface{} Reporter run.Reporter }
type ManualConfig ¶
type ManualMode ¶
type ManualMode struct { ModeArgs ManualConfig Runner req.Runner Requests []interface{} Reporter run.Reporter }
手动执行模式, 请求, 控制等参数均需要人为控制.
func (*ManualMode) Run ¶
func (m *ManualMode) Run()
Click to show internal directories.
Click to hide internal directories.