import_tickers

package
v0.0.0-...-bf68dd2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 17, 2023 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run() bool

Types

type Dst

type Dst struct {
	Symbol       string
	Title        string
	SimplyWallSt string
}

type Meta

type Meta struct {
	TotalRecords int `json:"total_records"`
}

type Src

type Src struct {
	Data []*Ticker `json:"data"`
	Meta Meta      `json:"meta"`
}

type Ticker

type Ticker struct {
	Name         interface{} `json:"name"`
	TickerSymbol interface{} `json:"ticker_symbol"`
	CanonicalUrl string      `json:"canonical_url"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL