fix errors on insertion to game, fix db creation of game
This commit is contained in:
@@ -3,7 +3,8 @@ package actions
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrActionNotFound = errors.New("Action doesn't found")
|
||||
ErrObjTypeNotMatch = errors.New("Provided value type didn't match obj field type")
|
||||
ErrObjNotPointer = errors.New("Passed obj is not pointer")
|
||||
ErrActionNotFound = errors.New("Action doesn't found")
|
||||
ErrObjTypeNotMatch = errors.New("Provided value type didn't match obj field type")
|
||||
ErrObjNotPointer = errors.New("Passed obj is not pointer")
|
||||
ErrUserChannelIsClosed = errors.New("User channel is closed")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user