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
Click to show internal directories.
Click to hide internal directories.