Improve some comments
This commit is contained in:
parent
cd4d796a7c
commit
06ce937097
|
@ -61,7 +61,8 @@ type StateProvider interface {
|
||||||
// feailure is not associated with a log.
|
// feailure is not associated with a log.
|
||||||
NotifyHealthCheckFailure(context.Context, *loglist.Log, HealthCheckFailure) error
|
NotifyHealthCheckFailure(context.Context, *loglist.Log, HealthCheckFailure) error
|
||||||
|
|
||||||
// Called when an error occurs. The log is nil if the error is
|
// Called when a non-fatal error occurs. The log is nil if the error is
|
||||||
// not associated with a log. Note that most errors are transient.
|
// not associated with a log. Note that most errors are transient, and
|
||||||
|
// certspotter will retry the failed operation later.
|
||||||
NotifyError(context.Context, *loglist.Log, error) error
|
NotifyError(context.Context, *loglist.Log, error) error
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue