We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42aff88 commit d435fbfCopy full SHA for d435fbf
1 file changed
backend/cmd/config.go
@@ -1,13 +1,11 @@
1
package main
2
3
import (
4
- "github.com/HyperloopUPV-H8/h9-backend/internal/excel_adapter"
5
"github.com/HyperloopUPV-H8/h9-backend/internal/server"
6
"github.com/HyperloopUPV-H8/h9-backend/internal/vehicle"
7
)
8
9
type Config struct {
10
- Excel excel_adapter.ExcelAdapterConfig
11
Vehicle vehicle.Config
12
Server server.Config
13
}
0 commit comments