This commit is contained in:
chrislu
2022-07-01 22:43:25 -07:00
parent 8c4edf7b40
commit 21b6b07dd8
27 changed files with 176 additions and 176 deletions

View File

@@ -0,0 +1,5 @@
package msgclient
func (mc *MessagingClient) DeleteChannel(chanName string) error {
return mc.DeleteTopic("chan", chanName)
}