示例#1
0
文件: main.go 项目: bacsorg/benchmark
func AcmMonitor(client *benchmark.WebClient) error {
	_, err := client.AcmMonitor()
	return err
}