Exemplo n.º 1
0
func init() {
	queue.Register("fake", factory)
}
Exemplo n.º 2
0
func init() {
	queue.Register("fake", NewFakeQFactory())
}