Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidDriverID ¶
Types ¶
type DriverController ¶
type DriverController struct {
// contains filtered or unexported fields
}
func NewDriverController ¶
func NewDriverController(s *mgo.Session) *DriverController
func (*DriverController) FetchDrivers ¶
func (dc *DriverController) FetchDrivers(r render.Render, req *http.Request)
func (*DriverController) SaveDriverLocation ¶
type DriverResponse ¶
type DriversRequestWrapper ¶
type ErrorResponse ¶
type ErrorResponse struct {
Errors []string `json:"errors"`
}
Click to show internal directories.
Click to hide internal directories.