Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterRoutes ¶
func RegisterRoutes( r *gin.RouterGroup, service *MapAnalyticsService, memoryStore *persist.MemoryStore, )
Types ¶
type MapAnalytics ¶
type MapAnalyticsRequest ¶
type MapAnalyticsResponse ¶
type MapAnalyticsResponse struct {
Items []MapAnalytics `json:"items"`
}
type MapAnalyticsService ¶
type MapAnalyticsService struct {
// contains filtered or unexported fields
}
func NewMapAnalyticsService ¶
func NewMapAnalyticsService(db *sql.DB) *MapAnalyticsService
func (*MapAnalyticsService) GetMapAnalytics ¶
func (s *MapAnalyticsService) GetMapAnalytics( req MapAnalyticsRequest, ) (*[]MapAnalytics, error)
Click to show internal directories.
Click to hide internal directories.