Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Counter ¶
type Counter struct {
// contains filtered or unexported fields
}
Counter keeps track of succeeded and failed repositories
func (*Counter) AddError ¶
func (r *Counter) AddError(err error, repo domain.Repository)
AddError add a failing repository together with the error that caused it
func (*Counter) AddSuccess ¶
func (r *Counter) AddSuccess(repo domain.Repository)
AddSuccess adds a repository that succeeded
Click to show internal directories.
Click to hide internal directories.