aboutsummaryrefslogtreecommitdiff
path: root/weed/messaging/msgclient/chan_config.go
blob: a75678815d0595d4b3efee7c39a66a261751869a (plain)
1
2
3
4
5
package msgclient

func (mc *MessagingClient) DeleteChannel(chanName string) error {
	return mc.DeleteTopic("chan", chanName)
}