Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrIDNotFound = errors.New("el producto no contiene un ID")
)
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct { ID uint Name string Observations string Price int CreatedAt time.Time UpdatedAt time.Time }
Model of product
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service of product
Click to show internal directories.
Click to hide internal directories.