From: Paul J R Date: Mon, 16 Nov 2009 14:22:41 +0000 (+1100) Subject: god knows how the json interface actually works cause its making no sence to me whats... X-Git-Url: http://git.pjr.cc/?p=goDBhammer.git;a=commitdiff_plain;h=b7b50c6f013373e6eb9d990ba07c41b5b612d1aa god knows how the json interface actually works cause its making no sence to me whatsoever --- diff --git a/src/webconnector.go b/src/webconnector.go index 4b7b60b..a25b640 100644 --- a/src/webconnector.go +++ b/src/webconnector.go @@ -13,7 +13,7 @@ import ( "json"; ) -type JSONdata struct { +type JSONStatData struct { currentJob int; // 1 = nothing, 2 = have database login, 3 = createing data, 4 = running test, 5 = finished currentStatus int; // percent complete }