예제 #1
0
파일: main.go 프로젝트: bacsorg/benchmark
func AcmMonitor(client *benchmark.WebClient) error {
	_, err := client.AcmMonitor()
	return err
}