Store stores the secret's data bytes
(id string, data []byte)
| 89 | Lookup(id string) ([]byte, error) |
| 90 | // Store stores the secret's data bytes |
| 91 | Store(id string, data []byte) error |
| 92 | // Delete deletes a secret's data from the driver |
| 93 | Delete(id string) error |
| 94 | } |
no outgoing calls