add getAllDrivers method

This commit is contained in:
2024-11-29 11:44:14 +01:00
parent f19ecbb2b4
commit b8e017b081
13 changed files with 707 additions and 504 deletions

View File

@@ -98,3 +98,5 @@ type PunctualAvailabilities struct {
StartTime string `json:"startTime"`
EndTime string `json:"endTime"`
}