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