mirror of
https://github.com/openfaas/faas.git
synced 2025-06-26 08:43:24 +00:00
Update vendoring via vndr
This commit is contained in:
2
gateway/vendor/github.com/prometheus/client_golang/prometheus/registry.go
generated
vendored
2
gateway/vendor/github.com/prometheus/client_golang/prometheus/registry.go
generated
vendored
@ -80,7 +80,7 @@ func NewPedanticRegistry() *Registry {
|
||||
|
||||
// Registerer is the interface for the part of a registry in charge of
|
||||
// registering and unregistering. Users of custom registries should use
|
||||
// Registerer as type for registration purposes (rather then the Registry type
|
||||
// Registerer as type for registration purposes (rather than the Registry type
|
||||
// directly). In that way, they are free to use custom Registerer implementation
|
||||
// (e.g. for testing purposes).
|
||||
type Registerer interface {
|
||||
|
Reference in New Issue
Block a user