add all bot
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package bot
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
||||
"git.3crabs.ru/VLADIMIR/butler/internal/modules/messenger"
|
||||
)
|
||||
|
||||
type IBot interface {
|
||||
Process(ctx context.Context, msg messenger.Message) error
|
||||
}
|
||||
Reference in New Issue
Block a user