dto

package
v0.0.0-...-90015ba Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateProductCommand

type CreateProductCommand struct {
	Name        string
	Category    string
	Description string
	Brand       string
	Cost        float32
	Currency    vo.Currency
}

type Product

type Product struct {
	ID          uint64
	Name        string
	Category    string
	Description string
	Brand       string
	Cost        float32
	Currency    vo.Currency
	Created     time.Time
	Updated     time.Time
}

Jump to

Keyboard shortcuts

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