appie

package module
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Sep 25, 2022 License: GPL-3.0 Imports: 2 Imported by: 0

README

appie

go get -u github.com/boydmeyer/appie

a, _ := appie.New()
product, err := a.GetProduct("38237")

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Appie

type Appie struct{}

func New

func New() (*Appie, error)

func (*Appie) GetProduct

func (a *Appie) GetProduct(id string) (*Product, error)

type Product

type Product struct {
	ID          string
	Name        string
	Description string
	Price       string
	Image       string
}

Jump to

Keyboard shortcuts

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