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