Documentation ¶
Index ¶
- type FakeProgress
- func (p *FakeProgress) AddToTotal(delta int64)
- func (p *FakeProgress) IncrementErrorsBy(count int64)
- func (p *FakeProgress) IncrementFailedRequestsBy(count int64)
- func (p *FakeProgress) IncrementMatched()
- func (p *FakeProgress) IncrementRequests()
- func (p *FakeProgress) Init(hostCount int64, rulesCount int, requestCount int64)
- func (p *FakeProgress) Stop()
- type FakeWrite
- func (r *FakeWrite) Close()
- func (r *FakeWrite) Colorizer() aurora.Aurora
- func (r *FakeWrite) Request(templateID, url, requestType string, err error)
- func (r *FakeWrite) Write(w *output.ResultEvent) error
- func (r *FakeWrite) WriteFailure(event output.InternalEvent) error
- func (r *FakeWrite) WriteStoreDebugData(host, templateID, eventType string, data string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeProgress ¶
type FakeProgress struct{}
func (*FakeProgress) AddToTotal ¶
func (p *FakeProgress) AddToTotal(delta int64)
func (*FakeProgress) IncrementErrorsBy ¶
func (p *FakeProgress) IncrementErrorsBy(count int64)
func (*FakeProgress) IncrementFailedRequestsBy ¶
func (p *FakeProgress) IncrementFailedRequestsBy(count int64)
func (*FakeProgress) IncrementMatched ¶
func (p *FakeProgress) IncrementMatched()
func (*FakeProgress) IncrementRequests ¶
func (p *FakeProgress) IncrementRequests()
func (*FakeProgress) Init ¶
func (p *FakeProgress) Init(hostCount int64, rulesCount int, requestCount int64)
func (*FakeProgress) Stop ¶
func (p *FakeProgress) Stop()
type FakeWrite ¶
type FakeWrite struct{}
func (*FakeWrite) WriteFailure ¶
func (r *FakeWrite) WriteFailure(event output.InternalEvent) error
func (*FakeWrite) WriteStoreDebugData ¶
Click to show internal directories.
Click to hide internal directories.