model

package
v0.0.0-...-290c2ba Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateOrderRequest

type CreateOrderRequest struct {
	Order
}

type GetOrderRequest

type GetOrderRequest struct {
	OrderID string `json:"orderid"`
}

type Order

type Order struct {
	OrderID    string `json:"orderid"`
	CustomerID string `json:"customerid""`
	Status     string `josn:"status,omitempty"`
}

Jump to

Keyboard shortcuts

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