workshop/internal/api/acceptVehicleRequest.go
Dmitry Sirotkin 2534bd9e7f
Some checks failed
Deploy to Server (Docker) / deploy (push) Failing after 1m0s
1 +
2 +-
3
4
5
2025-03-25 21:30:30 +03:00

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"`
}