Topic management TopicCreate creates a topic
(topic *t.Topic)
| 96 | |
| 97 | // TopicCreate creates a topic |
| 98 | TopicCreate(topic *t.Topic) error |
| 99 | // TopicCreateP2P creates a p2p topic |
| 100 | TopicCreateP2P(initiator, invited *t.Subscription) error |
| 101 | // TopicGet loads a single topic by name, if it exists. If the topic does not exist the call returns (nil, nil) |
no outgoing calls