Exemplo n.º 1
0
func init() {
	spirit.RegisterComponent(mnsEncodingURN, NewMNSEncodingComponent)
}
Exemplo n.º 2
0
func init() {
	spirit.RegisterComponent(taskComponentURN, NewTaskComponent)
}
Exemplo n.º 3
0
func init() {
	spirit.RegisterComponent(taskAuthComponentURN, NewAuthComponent)
}