Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/influxdata/telegraf
/ MockSecretStore
Struct
MockSecretStore
cmd/telegraf/main_test.go:77–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
type
MockSecretStore
struct
{
78
Secrets
map
[string][]byte
79
}
80
81
func
(*MockSecretStore) Init() error {
82
return
nil
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected