This commit is contained in:
withchao
2023-02-13 11:24:13 +08:00
parent bf5a5bffa0
commit 991a4d1d95
4 changed files with 41 additions and 64 deletions
+7
View File
@@ -0,0 +1,7 @@
package msg
import "context"
func DeleteMessageNotification(ctx context.Context, userID string, seqs []uint32) {
panic("todo")
}