chore: add soft skill

This commit is contained in:
JesusPerez 2022-03-21 19:51:33 +00:00
parent 9a5d06f822
commit a57fca397d
2 changed files with 3 additions and 0 deletions

View File

@ -76,6 +76,7 @@ type DataCoreType struct {
Profile []ProfileType `yaml:"profile" json:"profile"`
Certifications []CertificationType `yaml:"certifications" json:"certifications"`
Skills []SkillsType `yaml:"skills" json:"skills"`
SoftSkills []SkillsType `yaml:"soft_skills" json:"soft_skills"`
Infra []SkillsType `yaml:"infra" json:"infra"`
Sites []SitesType `yaml:"sites" json:"sites"`
Langs []LangsType `yaml:"langs" json:"langs"`

2
cv.go
View File

@ -85,6 +85,8 @@ type ShowInfoType struct {
Sites bool `yaml:"sites" json:"sites"`
Skills bool `yaml:"skills" json:"skills"`
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"`
Certs bool `yaml:"certs" json:"certs"`
Langs bool `yaml:"langs" json:"langs"`