コード例 #1
0
ファイル: main.go プロジェクト: bacsorg/benchmark
func AcmMonitor(client *benchmark.WebClient) error {
	_, err := client.AcmMonitor()
	return err
}