Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Catalog is the topic for model.Catalog. Catalog = topic.Topic(migrate.CatalogsTable.Name) // Connector is the topic for model.Connector. Connector = topic.Topic(migrate.ConnectorsTable.Name) // Service is the topic for model.Service. Service = topic.Topic(migrate.ServicesTable.Name) // ServiceResource is the topic for model.ServiceResource. ServiceResource = topic.Topic(migrate.ServiceResourcesTable.Name) // ServiceRevision is the topic for model.ServiceRevision. ServiceRevision = topic.Topic(migrate.ServiceRevisionsTable.Name) // Template is the topic for model.Template. Template = topic.Topic(migrate.TemplatesTable.Name) )
Available topics, which is used for model change subscription.
Functions ¶
func Handle ¶
Handle returns an implementation of database.ListenHandler for handling the data changes.
func TableNames ¶
func TableNames() []string
TableNames returns the name list of the interested tables for establishing.
Types ¶
Click to show internal directories.
Click to hide internal directories.