# Functions
RegisterRoutes registers the topic routes.
Service gets a topic service from m3cluster client.
# Constants
AddHTTPMethod is the HTTP method used with this resource.
AddURL is the url for the topic add handler (with the POST method).
DefaultTopicName is the default topic name.
DeleteHTTPMethod is the HTTP method used with this resource.
DeleteURL is the url for the topic delete handler (with the DELETE method).
GetHTTPMethod is the HTTP method used with this resource.
GetURL is the url for the topic get handler (with the GET method).
HeaderTopicName is the header used to specify the topic name.
InitHTTPMethod is the HTTP method used with this resource.
InitURL is the url for the topic init handler (with the POST method).
UpdateHTTPMethod is the HTTP method used with this resource.
UpdateURL is the url for the topic update handler (with the PUT method).
# Type aliases
AddHandler is the handler for topic adds.
DeleteHandler is the handler for topic adds.
GetHandler is the handler for topic gets.
InitHandler is the handler for topic inits.
UpdateHandler is the handler for topic updates.