Documentation ¶
Index ¶
- func CreateTrip(ctx context.Context, c *app.RequestContext)
- func DeleteTrip(ctx context.Context, c *app.RequestContext)
- func GetAllTrips(ctx context.Context, c *app.RequestContext)
- func GetSomeTrips(ctx context.Context, c *app.RequestContext)
- func GetTrip(ctx context.Context, c *app.RequestContext)
- func GetTrips(ctx context.Context, c *app.RequestContext)
- func UpdateTrip(ctx context.Context, c *app.RequestContext)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateTrip ¶
func CreateTrip(ctx context.Context, c *app.RequestContext)
CreateTrip . @router /trip/mini/trip [POST]
func DeleteTrip ¶
func DeleteTrip(ctx context.Context, c *app.RequestContext)
func GetAllTrips ¶
func GetAllTrips(ctx context.Context, c *app.RequestContext)
GetAllTrips . @router /trip/admin/all [GET]
func GetSomeTrips ¶
func GetSomeTrips(ctx context.Context, c *app.RequestContext)
GetSomeTrips . @router /trip/admin/some [GET]
func GetTrip ¶
func GetTrip(ctx context.Context, c *app.RequestContext)
GetTrip . @router /trip/mini/trip [GET]
func GetTrips ¶
func GetTrips(ctx context.Context, c *app.RequestContext)
GetTrips . @router /trip/mini/trips [GET]
func UpdateTrip ¶
func UpdateTrip(ctx context.Context, c *app.RequestContext)
UpdateTrip . @router /trip [PUT]
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.