Return a client connected to a cloud engine. If bool return is false, the local engine should be used. Session attachables for the returned client will be proxied back to the calling client.
( ctx context.Context, module string, function string, execCmd []string, )
| 177 | |
| 178 | // Return a client connected to a cloud engine. If bool return is false, the local engine should be used. Session attachables for the returned client will be proxied back to the calling client. |
| 179 | CloudEngineClient( |
| 180 | ctx context.Context, |
| 181 | module string, |
| 182 | function string, |
no outgoing calls
no test coverage detected