Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
797
type
FileSecret
struct
{
798
file string
799
}
800
801
func
NewFileSecret(file string) *FileSecret {
802
return
&FileSecret{file: file}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected