mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
add delete channel
This commit is contained in:
parent
e0e31e67a8
commit
d3925d086c
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)
|
||||||
|
}
|
Loading…
Reference in a new issue