Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Topic ¶
type Topic struct { ProjectUUID string `json:"-"` Name string `json:"-"` FullName string `json:"name"` }
Topic struct to hold information for a given topic
func CreateTopic ¶
CreateTopic creates a new topic
func (*Topic) ExportJSON ¶
ExportJSON exports whole Topic Structure as a json string
Click to show internal directories.
Click to hide internal directories.