product

package
v0.0.0-...-247c3a5 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const MaxTitleLength = 40

Variables

View Source
var ErrNotFound = errors.New("product not found")

Functions

This section is empty.

Types

type ID

type ID string

type Product

type Product struct {
	ID          ID
	Title       string
	ImageID     *image.ID
	Price       *currency.Amount
	Description null.String
	Url         null.String
	CreatedAt   time.Time
	UpdatedAt   time.Time
}

Directories

Path Synopsis
storage

Jump to

Keyboard shortcuts

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