Skip to content

Commit

Permalink
feat(webhook): 提交遗漏文件
Browse files Browse the repository at this point in the history
* feat(webhook): 提交遗漏文件
  • Loading branch information
dydhyhwu committed Mar 31, 2024
1 parent 953b59c commit 4ec9a82
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions wclient/webhookApp/text.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package webhookApp

func TextWebhook(msg string) (string, error) {
return msg, nil
}

0 comments on commit 4ec9a82

Please sign in to comment.