update
This commit is contained in:
@@ -16,6 +16,7 @@ type CarpoolServiceHandler struct {
|
||||
InternalOperatorID string
|
||||
}
|
||||
|
||||
// NewCarpoolServiceHandler initiates the carpool service handler, implementing the COOPGO Carpool Service business logic
|
||||
func NewCarpoolServiceHandler(cfg *viper.Viper, storage storage.Storage, tilesHandler *tiles.TilesHandler, routing routing.RoutingService) (*CarpoolServiceHandler, error) {
|
||||
operator := cfg.GetString("interoperability.internal_operator_id")
|
||||
return &CarpoolServiceHandler{
|
||||
|
||||
Reference in New Issue
Block a user