MCPcopy
hub / github.com/ConnectAI-E/feishu-openai / MessageHandler

Struct MessageHandler

code/handlers/handler.go:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28type MessageHandler struct {
29 sessionCache services.SessionServiceCacheInterface
30 msgCache services.MsgCacheInterface
31 gpt *openai.ChatGPT
32 config initialization.Config
33}
34
35func (m MessageHandler) cardHandler(ctx context.Context,
36 cardAction *larkcard.CardAction) (interface{}, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected