initial commit
This commit is contained in:
10
backend/internal/store/errors.go
Normal file
10
backend/internal/store/errors.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package store
|
||||
|
||||
import (
|
||||
"errors"
|
||||
)
|
||||
|
||||
var (
|
||||
ErrChatNotFound = errors.New("chat not found")
|
||||
ErrNilChatID = errors.New("chat id cannot be nil")
|
||||
)
|
||||
Reference in New Issue
Block a user