domain

package
v0.0.0-...-e6f38c9 Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Purchase

type Purchase struct {
	PurchaseId  int64            `json:"purchaseId"  example:"3"`
	Description string           `json:"description" binding:"required,max=50" example:"This is a purchase description"`
	CreatedTime string           `json:"createdTime" example:"2021-01-01 15:04:05"`
	Amount      *decimal.Decimal `json:"amount" binding:"required,decimal,positive,max_precision=64,max_scale=8" example:"0.02"`
}

Jump to

Keyboard shortcuts

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