education

package
v0.0.0-...-1f25dca Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2024 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Doctorate

type Doctorate struct {
	CandidateId int    `json:"candidateId"`
	College     string `json:"college"`
	University  string `json:"university"`
	Start_year  int    `json:"startYear"`
	End_year    int    `json:"endYear"`
}

type EducationDetails

type EducationDetails struct {
	EducationId  int          `json:"educationId"`
	CandidateId  int          `json:"candidateId"`
	Highschool   Highschool   `json:"highschool_details"`
	Intermediate Intermediate `json:"intermediate_details"`
	Graduation   Graduation   `json:"graduation_details"`
	PostGrad     PostGrad     `json:"postgrad_details"`
	Doctorate    Doctorate    `json:"doctrate_details"`
}

type Graduation

type Graduation struct {
	CandidateId int     `json:"candidateId"`
	College     string  `json:"college"`
	University  string  `json:"university"`
	Start_year  int     `json:"startYear"`
	End_year    int     `json:"endYear"`
	Course      string  `json:"course"`
	Percentage  float64 `json:"percentage"`
}

type Highschool

type Highschool struct {
	CandidateId int     `json:"candidateId"`
	School_name string  `json:"schoolName"`
	Board       string  `json:"board"`
	Percentage  float64 `json:"percentage"`
	Year        int     `json:"passingYear"`
}

type Intermediate

type Intermediate struct {
	CandidateId int     `json:"candidateId"`
	School_name string  `json:"schoolName"`
	Board       string  `json:"board"`
	Percentage  float64 `json:"percentage"`
	Year        int     `json:"passingYear"`
}

type PostGrad

type PostGrad struct {
	CandidateId int     `json:"candidateId"`
	College     string  `json:"college"`
	University  string  `json:"university"`
	Start_year  int     `json:"startYear"`
	End_year    int     `json:"endYear"`
	Course      string  `json:"course"`
	Percentage  float64 `json:"percentage"`
}

Jump to

Keyboard shortcuts

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