X-Git-Url: http://git.pjr.cc/?p=goDBhammer.git;a=blobdiff_plain;f=src%2Fwebconnector.go;h=a25b6406768ca507031c4190a26fa561c638c694;hp=4b7b60b156f9dd9b4d36f45ee9a938ed4e293df7;hb=b7b50c6f013373e6eb9d990ba07c41b5b612d1aa;hpb=deb9dc585d6bb170f01e98db00ad6ea70f0b4ef7 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 }