chore: add soft skill
This commit is contained in:
parent
9a5d06f822
commit
a57fca397d
1
core.go
1
core.go
@ -76,6 +76,7 @@ type DataCoreType struct {
|
|||||||
Profile []ProfileType `yaml:"profile" json:"profile"`
|
Profile []ProfileType `yaml:"profile" json:"profile"`
|
||||||
Certifications []CertificationType `yaml:"certifications" json:"certifications"`
|
Certifications []CertificationType `yaml:"certifications" json:"certifications"`
|
||||||
Skills []SkillsType `yaml:"skills" json:"skills"`
|
Skills []SkillsType `yaml:"skills" json:"skills"`
|
||||||
|
SoftSkills []SkillsType `yaml:"soft_skills" json:"soft_skills"`
|
||||||
Infra []SkillsType `yaml:"infra" json:"infra"`
|
Infra []SkillsType `yaml:"infra" json:"infra"`
|
||||||
Sites []SitesType `yaml:"sites" json:"sites"`
|
Sites []SitesType `yaml:"sites" json:"sites"`
|
||||||
Langs []LangsType `yaml:"langs" json:"langs"`
|
Langs []LangsType `yaml:"langs" json:"langs"`
|
||||||
|
2
cv.go
2
cv.go
@ -85,6 +85,8 @@ type ShowInfoType struct {
|
|||||||
Sites bool `yaml:"sites" json:"sites"`
|
Sites bool `yaml:"sites" json:"sites"`
|
||||||
Skills bool `yaml:"skills" json:"skills"`
|
Skills bool `yaml:"skills" json:"skills"`
|
||||||
Skills_itms bool `yaml:"skills_itms" json:"skills_itms"`
|
Skills_itms bool `yaml:"skills_itms" json:"skills_itms"`
|
||||||
|
Soft_Skills bool `yaml:"soft_skills" json:"soft_skills"`
|
||||||
|
Soft_Skills_itms bool `yaml:"soft_skills_itms" json:"soft_skills_itms"`
|
||||||
Infra bool `yaml:"infra" json:"infra"`
|
Infra bool `yaml:"infra" json:"infra"`
|
||||||
Certs bool `yaml:"certs" json:"certs"`
|
Certs bool `yaml:"certs" json:"certs"`
|
||||||
Langs bool `yaml:"langs" json:"langs"`
|
Langs bool `yaml:"langs" json:"langs"`
|
||||||
|
Loading…
Reference in New Issue
Block a user