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:
8
backend/store.go
Normal file
8
backend/store.go
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
const (
|
||||||
|
STATE_INIT = iota
|
||||||
|
STATE_READY
|
||||||
|
STATE_UPDATING
|
||||||
|
STATE_ERROR
|
||||||
|
)
|
Reference in New Issue
Block a user