(ctx context.Context)
| 142 | // secrets |
| 143 | GetSecretsCommand(ctx context.Context, names []string) (map[string]string, error) |
| 144 | GetSecretsNamesCommand(ctx context.Context) ([]string, error) |
| 145 | SetSecretsCommand(ctx context.Context, secrets map[string]*string) error |
| 146 | GetSecretsLinuxStorageBackendCommand(ctx context.Context) (string, error) |
| 147 |
no outgoing calls
no test coverage detected