(values map[string]interface{})
| 26 | type Client interface { |
| 27 | Exec(ctx devspacecontext.Context, args []string) ([]byte, error) |
| 28 | WriteValues(values map[string]interface{}) (string, error) |
| 29 | } |
| 30 | |
| 31 | func NewGenericClient(command commands.Command, log log.Logger) Client { |
no outgoing calls
no test coverage detected