Esempio n. 1
0
func init() {
	publish.RegisterEvent("changed_sorting", changedSortingPublishEvent{})
}
Esempio n. 2
0
func init() {
	publish.RegisterEvent("create_product", createResourcePublishInterface{})
	publish.RegisterEvent("publish_all_resources", publishAllResourcesInterface{})
}
Esempio n. 3
0
func init() {
	publish.RegisterEvent("create_product", createResourcePublishInterface{})
}