Versions in this module Expand all Collapse all v0 v0.4.0 Nov 14, 2019 Changes in this version + const ErrDB + const ErrNotClassified + const ErrProcess + const ErrTimeout + const ErrVerify + const OkSuccess + type Fetcher interface + RevocationsReceived func(labels RevocationLabels) prometheus.Counter + SegRequests func(labels RequestLabels) prometheus.Counter + UpdateRevocation func(stored int, dbErrs int, verifyErrs int) + func NewFetcher(namespace string) Fetcher + type RequestLabels struct + Result string + func (l RequestLabels) Labels() []string + func (l RequestLabels) Values() []string + func (l RequestLabels) WithResult(result string) RequestLabels + type RevocationLabels struct + Result string + Src string + func (l RevocationLabels) Labels() []string + func (l RevocationLabels) Values() []string + func (l RevocationLabels) WithResult(result string) RevocationLabels