diff options
Diffstat (limited to 'weed/messaging/msgclient/chan_config.go')
| -rw-r--r-- | weed/messaging/msgclient/chan_config.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/weed/messaging/msgclient/chan_config.go b/weed/messaging/msgclient/chan_config.go new file mode 100644 index 000000000..a75678815 --- /dev/null +++ b/weed/messaging/msgclient/chan_config.go @@ -0,0 +1,5 @@ +package msgclient + +func (mc *MessagingClient) DeleteChannel(chanName string) error { + return mc.DeleteTopic("chan", chanName) +} |
