MCPcopy
hub / github.com/ananthakumaran/paisa / PriceProvider

Interface PriceProvider

internal/model/price/provider.go:17–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17type PriceProvider interface {
18 Code() string
19 Label() string
20 Description() string
21 AutoCompleteFields() []AutoCompleteField
22 AutoComplete(db *gorm.DB, field string, filter map[string]string) []AutoCompleteItem
23 ClearCache(db *gorm.DB)
24 GetPrices(code string, commodityName string) ([]*Price, error)
25}

Callers 7

GetPriceProvidersFunction · 0.65
GetPriceProvidersFunction · 0.65
GetPriceProvidersFunction · 0.65
GetPriceProvidersFunction · 0.65
GetPriceAutoCompletionsFunction · 0.65
ClearPriceProviderCacheFunction · 0.65
SyncCommoditiesFunction · 0.65

Implementers 5

PriceProviderinternal/scraper/mutualfund/provider.g
YahooPriceProviderinternal/scraper/stock/yahoo.go
AlphaVantagePriceProviderinternal/scraper/stock/alphavantage.go
PriceProviderinternal/scraper/metal/provider.go
PriceProviderinternal/scraper/nps/provider.go

Calls

no outgoing calls

Tested by

no test coverage detected