Versions in this module Expand all Collapse all v0 v0.1.0 Mar 23, 2025 Changes in this version + type Service struct + func NewService(config *config.Config, repository models.PriceFeedRepository, ...) (*Service, error) + func (s *Service) CreatePriceFeed(ctx context.Context, symbol string, contractAddress string, interval int, ...) (*models.PriceFeed, error)