Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnimeLatestService ¶
type AnimeLatestService interface {
Filter(ctx context.Context, arg params.FilterAnimeLatestParams) (*pager.PageSet[domain.AnimeLatestItems], error)
}
func NewAnimeLatestService ¶
func NewAnimeLatestService( querier database.QuerierExtended, cacher cacher.Cacher, ) AnimeLatestService
Click to show internal directories.
Click to hide internal directories.