mirror of
https://github.com/grassrootseconomics/cic-custodial.git
synced 2026-05-16 17:35:22 +02:00
wip: refactor taskers
This commit is contained in:
9
pkg/status/status.go
Normal file
9
pkg/status/status.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package status
|
||||
|
||||
type Status string
|
||||
|
||||
const (
|
||||
Unknown = "UNKNOWN"
|
||||
Successful = "SUCCESSFUL"
|
||||
FailGasPrice = "FAIL_GAS_PRICE"
|
||||
)
|
||||
Reference in New Issue
Block a user