kiqi

Results 1 issues of kiqi

细一些的通用设计就看你们了,我自己改的一版可能仅使用我们的环境。 : main方法 func main(){defer gocDoClose() } :goc-cover文件 import goc "example.com/simple-project/goc-cover-agent-apis-auto-generated-11111-22222-package" func gocDoClose() { goc.Unregister() } :goc文件 func Unregister(){ ctx, cancel := context.WithTimeout(context.Background(), time.Second*10) defer cancel() http.syncCall(ctx, "req_config") // 完成响应才退出,http这就可以通知最后一次采集了...