MCPcopy
hub / github.com/grafana/k6 / fileSecretSource

Struct fileSecretSource

internal/secretsource/file/file.go:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61type fileSecretSource struct {
62 internal map[string]string
63 filename string
64}
65
66func (fss *fileSecretSource) Description() string {
67 return fmt.Sprintf("file source from %s", fss.filename)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected