MCPcopy Create free account
hub / github.com/prometheus/common / Description

Method Description

config/http_config.go:773–773  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

771type SecretReader interface {
772 Fetch(ctx context.Context) (string, error)
773 Description() string
774 Immutable() bool
775}
776

Callers 3

NewTLSConfigWithContextFunction · 0.65
getClientCertificateMethod · 0.65
RoundTripMethod · 0.65

Implementers 3

InlineSecretconfig/http_config.go
FileSecretconfig/http_config.go
refSecretconfig/http_config.go

Calls

no outgoing calls

Tested by

no test coverage detected