feat: Scaffolding bot
This commit is contained in:
@@ -9,4 +9,6 @@ type Storer interface {
|
||||
FetchAppState(ctx context.Context) (*AppState, error)
|
||||
UpdateAppState(ctx context.Context, newState *AppState) error
|
||||
AddChatID(ctx context.Context, chatID int64) error
|
||||
FetchUserState(ctx context.Context) (*UserState, error)
|
||||
UpdateUserState(ctx context.Context, newUserState *UserState) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user