beater

package
v0.0.0-...-6746d4d Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2016 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(b *beat.Beat, cfg *common.Config) (beat.Beater, error)

Creates beater

Types

type Amazonbeat

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

func (*Amazonbeat) Run

func (bt *Amazonbeat) Run(b *beat.Beat) error

func (*Amazonbeat) Stop

func (bt *Amazonbeat) Stop()

type ProductData

type ProductData struct {
	Name          string `json:"product"`
	SalePrice     string `json:"salePrice"`
	OriginalPrice string `json:"originalPrice"`
	ASIN          string `json:"asin"`
	NumReviews    string `json:"numReviews"`
	Rating        string `json:"rating"`
}

Jump to

Keyboard shortcuts

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