models

package
v0.0.0-...-d63001d Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2021 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 Album

type Album struct {
	gorm.Model
	Title string
	Photo []*string
}

type Auth

type Auth struct {
	gorm.Model
	Email    string ``
	Password string ``
}

type Blog

type Blog struct {
	gorm.Model
	Title string  ``
	Image *string ``
	Text  string  ``
	Link  string
}

type Contact

type Contact struct {
	gorm.Model
	LinkedIn string
	Facebook string
	Twitter  string
	Github   string
	Phone    string
}

type Education

type Education struct {
	gorm.Model
	Degree         string
	InstitutePhoto *string
	Institute      string
	StartTime      time.Time
	EndTime        time.Time
}

type Experience

type Experience struct {
	gorm.Model
	Title            string
	Organization     string
	StartTime        time.Time
	EndTime          time.Time
	Hilight          []string
	Responsibility   string
	ReferenceContact string
}

type Hobby

type Hobby struct {
	gorm.Model
	Title          string
	AltDescription string
}

type Showcase

type Showcase struct {
	gorm.Model
	Title string
	Video *string
}

type Skill

type Skill struct {
	gorm.Model
	Title         string
	Icon          *string
	AcquiredYears string
	Fluency       int8
	Description   string
}

type User

type User struct {
	gorm.Model
	Email       string
	Photo       *string
	FirstName   string
	LastName    string
	TitlePhrase string
	Birthdate   string
	Languages   []string
	Gender      string
	ResumeFile  *string
}

Jump to

Keyboard shortcuts

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