(ctx devspacecontext.Context, args []string)
| 25 | |
| 26 | type Client interface { |
| 27 | Exec(ctx devspacecontext.Context, args []string) ([]byte, error) |
| 28 | WriteValues(values map[string]interface{}) (string, error) |
| 29 | } |
| 30 |
no outgoing calls
no test coverage detected