model

package
v0.0.0-...-26d3b97 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2023 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Student

type Student struct {
	Id          string     `json:"id"`
	FullName    string     `json:"full_name"`
	Address     string     `json:"address"`
	Hobbies     []string   `json:"hobbies"`
	BirthDate   *time.Time `json:"birth_date"`
	Gender      int32      `json:"gender"`
	Email       string     `json:"email"`
	Nationality int32      `json:"nationality"`
	CreatedAt   *time.Time `json:"created_at"`
	UpdatedAt   *time.Time `json:"updated_at"`
}

Jump to

Keyboard shortcuts

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