zhengjiajie modify code style

This commit is contained in:
zhengjiajie
2018-09-15 17:24:59 +08:00
parent b09e6da1fc
commit bff2fd4649
+2 -1
View File
@@ -6,7 +6,8 @@ var (
func init() {
ResResults = NewMeterManager("res_result", "res_results",
[]string{"res_id", "res_name", "cpu", "mem", "sys_disk","data_disk", "ips", "res_type", "band_width", "os_distribution", "os_version", "platform", "region_id", "project_name", "user_name","start_time", "end_time", "time_length", "cpu_amount", "mem_amount", "disk_amount", "baremetal_amount", "gpu_amount", "res_fee"},
[]string{"res_id", "res_name", "cpu", "mem", "sys_disk", "data_disk", "ips", "res_type", "band_width", "os_distribution", "os_version", "platform", "region_id",
"project_name", "user_name", "start_time", "end_time", "time_length", "cpu_amount", "mem_amount", "disk_amount", "baremetal_amount", "gpu_amount", "res_fee"},
[]string{},
)
register(&ResResults)