Exemple #1
0
func init() {
	circuit.RegisterFunc(Start{})
}
Exemple #2
0
// The circuit requires that all types, that hold only methods designated for
// remote execution, be registered during package initialization, using RegisterFunc.
func init() { circuit.RegisterFunc(App{}) }
Exemple #3
0
func init() { circuit.RegisterFunc(StartMapper{}) }
Exemple #4
0
func init() { circuit.RegisterFunc(StartAggregator{}) }
Exemple #5
0
func init() { circuit.RegisterFunc(StartReducer{}) }
Exemple #6
0
func init() {
	circuit.RegisterFunc(main{})
}