Documentation
¶
Index ¶
- Variables
- func AddCSS(ctx context.Context) error
- func MakeScreenshotForBarChart(linkURL string) []byte
- func MakeScreenshotForBestDay(linkURL string) []byte
- func MakeScreenshotForCathiesArk(linkURL string) []byte
- func MakeScreenshotForFear(linkURL string) []byte
- func MakeScreenshotForFinviz(linkURL string) []byte
- func MakeScreenshotForFinvizBB(linkURL string) []byte
- func MakeScreenshotForFinvizMap(linkURL string) []byte
- func MakeScreenshotForGuruFocus(linkURL string) []byte
- func MakeScreenshotForMarketBeat(linkURL string) []byte
- func MakeScreenshotForMarketWatch(linkURL string) []byte
- func MakeScreenshotForMarketWatchIDs(linkURL string, tab MarketWatchTab) []byte
- func MakeScreenshotForSimplyWallSt(linkURL string) ([]byte, []byte)
- func MakeScreenshotForTipRanks(linkURL string) []byte
- func MakeScreenshotForTipRanks2(linkURL string) []byte
- func MakeScreenshotForTradingView(linkURL string) []byte
- func MakeScreenshotForTradingView2(linkURL string) []byte
- func MakeScreenshotForZacks(linkURL string) []byte
- type MarketWatchTab
Constants ¶
This section is empty.
Variables ¶
var MarketWatchTabs map[string]string
MarketWatchTabs description
Functions ¶
func MakeScreenshotForBarChart ¶
MakeScreenshotForBarChart description
func MakeScreenshotForBestDay ¶
MakeScreenshotForBestDay description
func MakeScreenshotForCathiesArk ¶
MakeScreenshotForCathiesArk description
func MakeScreenshotForFear ¶
MakeScreenshotForFear description
func MakeScreenshotForFinviz ¶
MakeScreenshotForFinviz description
func MakeScreenshotForFinvizBB ¶
MakeScreenshotForFinvizBB description
func MakeScreenshotForFinvizMap ¶
MakeScreenshotForFinvizMap description
func MakeScreenshotForGuruFocus ¶
MakeScreenshotForGuruFocus description
func MakeScreenshotForMarketBeat ¶
MakeScreenshotForMarketBeat description
func MakeScreenshotForMarketWatch ¶
MakeScreenshotForMarketWatch description
func MakeScreenshotForMarketWatchIDs ¶
func MakeScreenshotForMarketWatchIDs(linkURL string, tab MarketWatchTab) []byte
MakeScreenshotForMarketWatchIDs description
func MakeScreenshotForSimplyWallSt ¶
MakeScreenshotForSimplyWallSt description
func MakeScreenshotForTipRanks ¶
MakeScreenshotForTipRanks description
func MakeScreenshotForTipRanks2 ¶
MakeScreenshotForTipRanks2 description
func MakeScreenshotForTradingView ¶
MakeScreenshotForTradingView description
func MakeScreenshotForTradingView2 ¶
MakeScreenshotForTradingView2 description
func MakeScreenshotForZacks ¶
MakeScreenshotForZacks description
Types ¶
type MarketWatchTab ¶
type MarketWatchTab = string
MarketWatchTab description
const ( MarketWatchTabUS MarketWatchTab = "us" MarketWatchTabEurope MarketWatchTab = "europe" MarketWatchTabAsia MarketWatchTab = "asia" MarketWatchTabFX MarketWatchTab = "fx" MarketWatchTabRates MarketWatchTab = "rates" MarketWatchTabFutures MarketWatchTab = "futures" MarketWatchTabCrypto MarketWatchTab = "crypto" )
MarketWatchTab variants