(ctx context.Context, secrets map[string]*string)
| 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 | |
| 148 | WorkspaceListCommand(ctx context.Context) ([]WorkspaceInfoData, error) |
no outgoing calls
no test coverage detected