Documentation ¶ Index ¶ type Gofer func (g *Gofer) Models(pairs ...gofer.Pair) (map[gofer.Pair]*gofer.Model, error) func (g *Gofer) Pairs() ([]gofer.Pair, error) func (g *Gofer) Price(pair gofer.Pair) (*gofer.Price, error) func (g *Gofer) Prices(pairs ...gofer.Pair) (map[gofer.Pair]*gofer.Price, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Gofer ¶ type Gofer struct { mock.Mock } func (*Gofer) Models ¶ func (g *Gofer) Models(pairs ...gofer.Pair) (map[gofer.Pair]*gofer.Model, error) func (*Gofer) Pairs ¶ func (g *Gofer) Pairs() ([]gofer.Pair, error) func (*Gofer) Price ¶ func (g *Gofer) Price(pair gofer.Pair) (*gofer.Price, error) func (*Gofer) Prices ¶ func (g *Gofer) Prices(pairs ...gofer.Pair) (map[gofer.Pair]*gofer.Price, error) Source Files ¶ View all Source files gofer.go Click to show internal directories. Click to hide internal directories.