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

Struct FileSecret

config/http_config.go:797–799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

795}
796
797type FileSecret struct {
798 file string
799}
800
801func NewFileSecret(file string) *FileSecret {
802 return &FileSecret{file: file}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected