repository

package
v0.0.0-...-2a4e34f Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Code generated by generator, DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InsertProduct

func InsertProduct(ctx context.Context, runner squirrel.BaseRunner, product domain.Product) error

func UpdateProduct

func UpdateProduct(ctx context.Context, runner squirrel.BaseRunner, id uuid.UUID, changeSet ProductChangeSet) error

Types

type ProductChangeSet

type ProductChangeSet struct {
	ID                *uuid.UUID
	ArticleNumber     *string
	Name              *string
	Description       *string
	Color             *string
	Size              *string
	StockAvailability *int
	PriceCents        *int
	OnSale            *bool
}

Jump to

Keyboard shortcuts

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