add db
This commit is contained in:
@@ -12,4 +12,5 @@ type User struct {
|
||||
type IStorage interface {
|
||||
UpsertUser(ctx context.Context, user User) error
|
||||
GetAllUsersByChatID(ctx context.Context, chatID string) ([]User, error)
|
||||
Close()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user