service

package
v2.3.27 Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Analytic

type Analytic struct {
	// contains filtered or unexported fields
}

func (Analytic) GetById

func (a Analytic) GetById(ctx context.Context, id int) (*models.Analytics, error)

func (Analytic) List

type AnalyticService

type AnalyticService interface {
	List(ctx context.Context, m *model2.Meta[models.Analytics]) error
	GetById(ctx context.Context, id int) (*models.Analytics, error)
}

func NewAnalyticService

func NewAnalyticService(analyticRepository repository.AnalyticsRepository) AnalyticService

Jump to

Keyboard shortcuts

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