| 59 | } |
| 60 | |
| 61 | type fileSecretSource struct { |
| 62 | internal map[string]string |
| 63 | filename string |
| 64 | } |
| 65 | |
| 66 | func (fss *fileSecretSource) Description() string { |
| 67 | return fmt.Sprintf("file source from %s", fss.filename) |
nothing calls this directly
no outgoing calls
no test coverage detected