init push
This commit is contained in:
9
backend/pkg/bot/common.go
Normal file
9
backend/pkg/bot/common.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package bot
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
||||
"github.com/chaitin/panda-wiki/domain"
|
||||
)
|
||||
|
||||
type GetQAFun func(ctx context.Context, msg string, info domain.ConversationInfo, ConversationID string) (chan string, error)
|
||||
Reference in New Issue
Block a user