77

Results 3 issues of 77

when i register handler in go sdk, i want get url and more http information, but `InvocationEvent` struct only provide Data、ContentType、QueryString、Verb、DataTypeURL。 ``` type InvocationEvent struct { // Data is the...

enhancement

https://mrwangjusttodo.github.io/git-diff-view/?type=try&tab=git 基于Demo能够复现 [diff.txt](https://github.com/user-attachments/files/16745112/diff.txt) 会有Expected unified diff line but reached end of diff的报错。diff的最后两行是删除空白行,去除这两行就可以正常使用了。

event/dispatcher/callback/model.go CardActionTriggerReponse struct should is CardActionTriggerResponse?