model

package
v0.0.0-...-d4d3a42 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2024 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 Book

type Book struct {
	ID               uuid.UUID `gorm:"primaryKey;gorm:type:uuid;default:gen_random_uuid()"`
	Title            string
	Author           string
	PubblicationDate string
}

func (Book) TableName

func (Book) TableName() string

func (Book) ToDto

func (book Book) ToDto() dto.BookDto

Jump to

Keyboard shortcuts

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