Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CV ¶
type CV struct {
Name string `json:"name"`
Surname string `json:"surname"`
Contacts Contacts `json:"contacts"`
Summary []string `json:"summary"`
Experience []Experience `json:"experience"`
Faq []Faq `json:"faq"`
Compensation Compensation `json:"compensation"`
}
type Compensation ¶
type Experience ¶
type Experience struct {
StartDate string `json:"startDate"`
EndDate string `json:"endDate"`
Role string `json:"role"`
Project string `json:"project"`
Company string `json:"company"`
ProjectSite string `json:"projectSite"`
FrontendSize int `json:"frontendSize"`
BackendSize int `json:"backendSize"`
Stack []string `json:"stack"`
Responsibilities []interface{} `json:"responsibilities"`
QaSize int `json:"qaSize,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.