add AddError method to accumulator (#1536)
This commit is contained in:
committed by
Cameron Sparr
parent
986735234b
commit
e68f251df7
@@ -16,6 +16,8 @@ type Accumulator interface {
|
||||
tags map[string]string,
|
||||
t ...time.Time)
|
||||
|
||||
AddError(err error)
|
||||
|
||||
Debug() bool
|
||||
SetDebug(enabled bool)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user