services

package
v0.0.0-...-deb437f Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LinkService

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

func NewLinkService

func NewLinkService(p ports.LinkPort, c ports.Cache) *LinkService

func (*LinkService) Create

func (service *LinkService) Create(ctx context.Context, link domain.Link) error

func (*LinkService) Delete

func (service *LinkService) Delete(ctx context.Context, short string) error

func (*LinkService) GetAll

func (service *LinkService) GetAll(ctx context.Context) (links []domain.Link, err error)

func (*LinkService) GetOriginalURL

func (service *LinkService) GetOriginalURL(ctx context.Context, shortLinkKey string) (*string, error)

type StatsService

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

func NewStatsService

func NewStatsService(p ports.StatsPort, c ports.Cache) *StatsService

func (*StatsService) All

func (service *StatsService) All(ctx context.Context) (stats []domain.Stats, err error)

func (*StatsService) Create

func (service *StatsService) Create(ctx context.Context, data domain.Stats) error

func (*StatsService) Delete

func (service *StatsService) Delete(ctx context.Context, linkID string) error

func (*StatsService) Get

func (service *StatsService) Get(ctx context.Context, statsID string) (stats domain.Stats, err error)

func (*StatsService) GetStatsByLinkID

func (service *StatsService) GetStatsByLinkID(ctx context.Context, linkID string) (stats []domain.Stats, err error)

Jump to

Keyboard shortcuts

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