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

Interface MessageHandlerInterface

code/handlers/init.go:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type MessageHandlerInterface interface {
15 msgReceivedHandler(ctx context.Context, event *larkim.P2MessageReceiveV1) error
16 cardHandler(ctx context.Context, cardAction *larkcard.CardAction) (interface{}, error)
17}
18
19type HandlerType string
20

Callers 2

HandlerFunction · 0.65
CardHandlerFunction · 0.65

Implementers 1

MessageHandlercode/handlers/handler.go

Calls

no outgoing calls

Tested by

no test coverage detected