()
| 29 | ) |
| 30 | |
| 31 | func (s *Server) ServiceController() *aggregate.Controller { |
| 32 | return s.environment.ServiceDiscovery.(*aggregate.Controller) |
| 33 | } |
| 34 | |
| 35 | // initServiceControllers creates and initializes the service controllers |
| 36 | func (s *Server) initServiceControllers(args *PilotArgs) error { |
no outgoing calls
no test coverage detected