1
0
mirror of https://github.com/alice-lg/alice-lg.git synced 2024-05-11 05:55:03 +00:00

generalized store

This commit is contained in:
Matthias Hannig
2017-06-23 16:24:31 +02:00
parent 8fe92d21f3
commit 64274d34fd

8
backend/store.go Normal file
View File

@ -0,0 +1,8 @@
package main
const (
STATE_INIT = iota
STATE_READY
STATE_UPDATING
STATE_ERROR
)