Fix typo in json tag

throlling_data -> throttling_data

Signed-off-by: Donald Huang <don.hcd@gmail.com>
This commit is contained in:
Donald Huang
2014-11-11 23:34:55 +00:00
parent e48d21cf3c
commit 1aafba9f87
+1 -1
View File
@@ -27,7 +27,7 @@ type CpuUsage struct {
type CpuStats struct {
CpuUsage CpuUsage `json:"cpu_usage,omitempty"`
ThrottlingData ThrottlingData `json:"throlling_data,omitempty"`
ThrottlingData ThrottlingData `json:"throttling_data,omitempty"`
}
type MemoryStats struct {