analytics

package
v0.0.0-...-96dbec4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 6, 2020 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Repository

type Repository interface {
	FindActionsByDate(entity *entities.AnalyticsActionRequest) ([]entities.AnalyticsActionResponse, *errors.ApplicationError)
}

func NewRepository

func NewRepository(collection *mongo.Collection) Repository

type Service

type Service interface {
	FindActionsByDate(entity *entities.AnalyticsActionRequest) ([]entities.AnalyticsActionResponse, *errors.ApplicationError)
}

func NewService

func NewService(r Repository) Service

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL