Versions in this module Expand all Collapse all v0 v0.0.1 Jun 7, 2024 Changes in this version + type ReleaseGroupService interface + Available func(ctx context.Context) ([]*domain.ReleaseGroup, error) + Count func(ctx context.Context, arg params.CountReleaseGroupParams) (int64, error) + Create func(ctx context.Context, arg params.InsertReleaseGroupParamsItem) (*domain.ReleaseGroup, error) + CreateMany func(ctx context.Context, arg params.InsertReleaseGroupParams) ([]*domain.ReleaseGroup, error) + Filter func(ctx context.Context, arg params.FilterReleaseGroupParams) ([]*domain.ReleaseGroup, error) + First func(ctx context.Context, arg params.FirstReleaseGroupParams) (*domain.ReleaseGroup, error) + Update func(ctx context.Context, arg params.UpdateReleaseGroupParams) (int64, error) + func NewReleaseGroupService(querier database.QuerierExtended, cacher cacher.Cacher) ReleaseGroupService