(string, *godo.DatabaseCreateTopicRequest)
| 251 | ListTopics(string) (DatabaseTopics, error) |
| 252 | GetTopic(string, string) (*DatabaseTopic, error) |
| 253 | CreateTopic(string, *godo.DatabaseCreateTopicRequest) (*DatabaseTopic, error) |
| 254 | UpdateTopic(string, string, *godo.DatabaseUpdateTopicRequest) error |
| 255 | DeleteTopic(string, string) error |
| 256 |
no outgoing calls