
Some checks failed
Deploy to Server (Docker) / deploy (push) Failing after 1m0s
2 +- 3 4 5
7 lines
168 B
Go
7 lines
168 B
Go
package api
|
|
|
|
type AcceptVehicleRequest struct {
|
|
ServiceId string `json:"service_id"`
|
|
VehicleId string `json:"vehicle_id"`
|
|
EmployeeId uint `json:"employee_id"`
|
|
} |