(path string)
| 32 | } |
| 33 | |
| 34 | func BuildUrl(path string) string { |
| 35 | return "http://" + NomadHost + path |
| 36 | } |
| 37 | |
| 38 | func InvokeApiWithKvData(method, uri string, args map[string]string, respStruct interface{}, header ...http.Header) (err error) { |
| 39 | var req *http.Request |
no outgoing calls
no test coverage detected