Преглед изворни кода

Fix: follow naming convention

Rod Hynes пре 9 година
родитељ
комит
42e7baa009
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      psiphon/serverApi.go

+ 1 - 1
psiphon/serverApi.go

@@ -614,7 +614,7 @@ func RecordTunnelStats(
 		SessionId                string `json:"session_id"`
 		SessionId                string `json:"session_id"`
 		TunnelNumber             int64  `json:"tunnel_number"`
 		TunnelNumber             int64  `json:"tunnel_number"`
 		TunnelServerIpAddress    string `json:"tunnel_server_ip_address"`
 		TunnelServerIpAddress    string `json:"tunnel_server_ip_address"`
-		EstablishmentDuration    string `json:"establishmentDuration"`
+		EstablishmentDuration    string `json:"establishment_duration"`
 		ServerHandshakeTimestamp string `json:"server_handshake_timestamp"`
 		ServerHandshakeTimestamp string `json:"server_handshake_timestamp"`
 		Duration                 string `json:"duration"`
 		Duration                 string `json:"duration"`
 		TotalBytesSent           int64  `json:"total_bytes_sent"`
 		TotalBytesSent           int64  `json:"total_bytes_sent"`