()
| 8 | ) |
| 9 | |
| 10 | func main() { |
| 11 | comm := tars.GetCommunicator() |
| 12 | obj := fmt.Sprintf("App.TlsTestServer.TlsObj@tcp -h 127.0.0.1 -p 10014 -t 60000") |
| 13 | app := new(adminf.AdminF) |
| 14 | comm.StringToProxy(obj, app) |
| 15 | ret, err := app.Notify("tars.dumpstack") |
| 16 | if err != nil { |
| 17 | fmt.Println(err) |
| 18 | return |
| 19 | } |
| 20 | fmt.Println(ret) |
| 21 | } |
nothing calls this directly
no test coverage detected