1 2 3 4 5
package msgclient func (mc *MessagingClient) DeleteChannel(chanName string) error { return mc.DeleteTopic("chan", chanName) }