god knows how the json interface actually works cause its making no sence to me whats...
[goDBhammer.git] / 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
 }