Documentation
¶
Source Files
¶
- cmd_helpers.go
- endpoint_get_bookings.go
- endpoint_get_driver_journeys.go
- endpoint_get_driver_regular_trips.go
- endpoint_get_passenger_journeys.go
- endpoint_get_passenger_regular_trips.go
- endpoint_get_status.go
- endpoint_patch_bookings.go
- endpoint_post_booking_events.go
- endpoint_post_bookings.go
- endpoint_post_messages.go
- method_cmds.go
- root.go
- server.go
- test.go
Directories
¶
Path | Synopsis |
---|---|
Package api provides primitives to interact with the openapi HTTP API.
|
Package api provides primitives to interact with the openapi HTTP API. |
Package endpoint provide functions and types to manipulate endpoint and server information, to extract this information from a request and to store this information into a request's context.
|
Package endpoint provide functions and types to manipulate endpoint and server information, to extract this information from a request and to store this information into a request's context. |
Package service serves a fake API complying with standard covoiturage specification.
|
Package service serves a fake API complying with standard covoiturage specification. |
db
Package db handles data storage and manipulation for the API server.
|
Package db handles data storage and manipulation for the API server. |
Package test has all utilities to perform a test on an endpoint of Standard-Covoiturage.
|
Package test has all utilities to perform a test on an endpoint of Standard-Covoiturage. |
assert
Package assert defines atomic assertions to be used in tests
|
Package assert defines atomic assertions to be used in tests |
Package util exports some utility functions, that have no dependency to other packages of this module, and that may be used in other packages.
|
Package util exports some utility functions, that have no dependency to other packages of this module, and that may be used in other packages. |
Click to show internal directories.
Click to hide internal directories.