Versions in this module Expand all Collapse all v0 v0.1.1 Mar 5, 2018 v0.1.0 Mar 4, 2018 Changes in this version + type API struct + func NewAPI(config *conf.Config, db *sql.DB) *API + func (api *API) SearchNearbyStreets(ctx echo.Context) error + func (api *API) SearchNearbyTransportPoints(ctx echo.Context) error + func (api *API) Start() error + func (api *API) Stop() error + type ErrorResponseItem struct + Field string + Message string + type ListResponse struct + Items interface{} + Page int + PageSize int + Total int + type MessageResponse struct + Errors []ErrorResponseItem + Message string + Status enums.APIResponseStatus