TopicUpdate updates topic record.
(topic string, update map[string]any)
| 125 | TopicUpdateSubCnt(topic string) error |
| 126 | // TopicUpdate updates topic record. |
| 127 | TopicUpdate(topic string, update map[string]any) error |
| 128 | // TopicOwnerChange updates topic's owner |
| 129 | TopicOwnerChange(topic string, newOwner t.Uid) error |
| 130 |
no outgoing calls