MCPcopy
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
77type MockSecretStore struct {
78 Secrets map[string][]byte
79}
80
81func (*MockSecretStore) Init() error {
82 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected