models

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

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

Go to latest
Published: May 16, 2024 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 UserDB

type UserDB struct {
	ID        string    `dynamodbav:"Id" json:"id"`
	Name      string    `dynamodbav:"Name" json:"name"`
	Lastname  string    `dynamodbav:"Lastname" json:"lastname"`
	Age       int32     `dynamodbav:"Age" json:"age"`
	Email     string    `dynamodbav:"Email" json:"email"`
	CreatedAt time.Time `dynamodbav:"CreatedAt" json:"created_at"`
	UpdatedAt time.Time `dynamodbav:"UpdatedAt" json:"updated_at"`
}

Jump to

Keyboard shortcuts

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