Add adds the given source that contains a secret to the automatically updated secrets store
(string)
| 30 | // Add adds the given source that contains a secret to the |
| 31 | // automatically updated secrets store |
| 32 | Add(string) error |
| 33 | } |
| 34 | |
| 35 | type secretMap map[string][]byte |
no outgoing calls