tradetracker

package module
v0.0.0-...-068d269 Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2024 License: BSD-3-Clause Imports: 4 Imported by: 0

README

tradetracker

Project tradetracker is a product feed parser for the tradetracker.com affiliate network.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func New

func New(affilateID int) *Client

func (*Client) GetFeed

func (t *Client) GetFeed(feedID int) ([]Listing, error)

type Listing

type Listing struct {
	EAN         int
	Name        string
	Brand       string
	Currency    string
	Price       float64
	FromPrice   float64
	Description string
	URL         string
	Image       string
	Category    string
	Category2   string
	Category3   string
}

Jump to

Keyboard shortcuts

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