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