Add MOTIS server

This commit is contained in:
2025-05-05 01:00:45 +02:00
parent 5f63e312c9
commit 8680f56006
9 changed files with 6829 additions and 17 deletions

View File

@@ -0,0 +1,5 @@
package: motis
generate:
client: true
models: true
output: gen.go

4238
libs/transit/motis/gen.go Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,3 @@
package motis
//go:generate go tool oapi-codegen -config cfg.yaml openapi.yaml

File diff suppressed because it is too large Load Diff