add delete channel
This commit is contained in:
5
weed/messaging/msgclient/chan_config.go
Normal file
5
weed/messaging/msgclient/chan_config.go
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
package msgclient
|
||||||
|
|
||||||
|
func (mc *MessagingClient) DeleteChannel(chanName string) error {
|
||||||
|
return mc.DeleteTopic("chan", chanName)
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user