Versions in this module Expand all Collapse all v0 v0.6.1 Feb 23, 2025 v0.6.0 Feb 23, 2025 Changes in this version + type DataImportRepository interface + GetHtbTariffByName func(ctx context.Context, name string) (db.HtbTariff, error) + ListHtbTariffs func(ctx context.Context) ([]db.HtbTariff, error) + func NewRepository(repositoryService *db.RepositoryService) DataImportRepository