projects
/
goDBhammer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
deb9dc5
)
god knows how the json interface actually works cause its making no sence to me whats...
author
Paul J R
<me@pjr.cc>
Mon, 16 Nov 2009 14:22:41 +0000 (
01:22
+1100)
committer
Paul J R
<me@pjr.cc>
Mon, 16 Nov 2009 14:22:41 +0000 (
01:22
+1100)
src/webconnector.go
patch
|
blob
|
history
diff --git
a/src/webconnector.go
b/src/webconnector.go
index
4b7b60b
..
a25b640
100644
(file)
--- 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
}