api

package
v0.0.0-...-2451f1c Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2020 License: MIT Imports: 0 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Article

type Article struct {
	SKU string
}

type CartOrder

type CartOrder struct {
	State      int8
	OrderItems []CartOrderItem
}

type CartOrderItem

type CartOrderItem struct {
	SKU string
	Qty float64
}

type Customer

type Customer struct {
}

type Product

type Product struct {
	Name        string
	Description string
	Articles    []Article
}

type Root

type Root struct {
	S string
	I int64
}

Jump to

Keyboard shortcuts

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