mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-24 16:03:43 +08:00
zhengjiajie modify code style
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user