Versions in this module Expand all Collapse all v0 v0.0.3 Feb 4, 2024 v0.0.2 Feb 4, 2024 Changes in this version + func Module() fx.Option + type Service interface + GetAllTags func(ctx context.Context) (t []string, err error) + func NewTagsService(db *gorm.DB) Service + type Tag struct + Tag string + type TagsService struct + func (s *TagsService) GetAllTags(ctx context.Context) (t []string, err error)