diff event/types.go @ 12:aaf85ae1f942

add very simple html template
author Dennis C. M. <dennis@denniscm.com>
date Thu, 20 Mar 2025 11:12:21 +0000
parents e9df3bb010f4
children
line wrap: on
line diff
--- a/event/types.go	Sat Mar 15 17:08:03 2025 +0000
+++ b/event/types.go	Thu Mar 20 11:12:21 2025 +0000
@@ -1,6 +1,6 @@
 package event
 
-type ChannelChatMsgSubPayload struct {
+type ChannelChatMsgSub struct {
 	Payload struct {
 		Event struct {
 			ChatterUserId    string `json:"chatter_user_id"`