animemapping

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: 26 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 {
	PopulateMappings(ctx context.Context) (result *domain.PopulateMappingResult, err error)
	Filter(ctx context.Context, param *params.FilterAnimeMappingParams) (nodes []*domain.MappingNode, err error)
	NeedsMappingRefresh(ctx context.Context) (needs bool, err error)
}

func NewService

func NewService(
	db database.DB,
	redisCacher *redis.RedisCacher,
	redisTTL configmodels.RedisKeyTTL,
	mappingSource mappingsource.Source,
) Service

Jump to

Keyboard shortcuts

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