tag

package
v0.0.0-...-792f9ae Latest Latest
Warning

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

Go to latest
Published: Mar 10, 2024 License: MIT Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Service

type Service interface {
	CreateTags(ctx context.Context, query params.CreateTagParams) (ids uuid.UUIDs, err error)
	FilterTags(ctx context.Context, query params.FilterTagParams) (tags []*domain.Tag, err error)
	ListTags(ctx context.Context, params params.ListTagParams) (tags []*domain.Tag, err error)
}

func NewService

func NewService(
	db database.DB,
	hybridCache *hybrid.HybridCacher,
	redisTTL configmodels.RedisKeyTTL,
) Service

Jump to

Keyboard shortcuts

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