(userGUID string)
| 142 | UpdateStack(stackGUID string, state string, reason string) (resources.Stack, ccv3.Warnings, error) |
| 143 | GetTask(guid string) (resources.Task, ccv3.Warnings, error) |
| 144 | GetUser(userGUID string) (resources.User, ccv3.Warnings, error) |
| 145 | GetUsers(query ...ccv3.Query) ([]resources.User, ccv3.Warnings, error) |
| 146 | MakeRequestSendReceiveRaw(Method string, URL string, headers http.Header, requestBody []byte) ([]byte, *http.Response, error) |
| 147 | MapRoute(routeGUID string, appGUID string, destinationProtocol string, destinationPort int) (ccv3.Warnings, error) |
no outgoing calls
no test coverage detected