god knows how the json interface actually works cause its making no sence to me whats...
authorPaul J R <me@pjr.cc>
Mon, 16 Nov 2009 14:22:41 +0000 (01:22 +1100)
committerPaul J R <me@pjr.cc>
Mon, 16 Nov 2009 14:22:41 +0000 (01:22 +1100)
src/webconnector.go

index 4b7b60b..a25b640 100644 (file)
@@ -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
 }