package
Version:
v0.1.2
Opens a new window with list of versions in this module.
Published: May 22, 2019
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Contact struct {
Tel int64 `yaml:"Telephone"`
Phone int32 `yaml:"Phone"`
QQ int64 `yaml:"QQ"`
WX string `yaml:"Wei_xin"`
EMail []string `yaml:"E-mail"`
}
type Education struct {
Primary School `yaml:"Primary"`
Junior School `yaml:"Junior"`
Senior School `yaml:"Senior"`
Collage School `yaml:"Collage"`
}
type Inline struct {
NativePlace string `yaml:"Native_place"`
PliticalOutlook string `yaml:"Political_outlook"`
MaritalStatus string `yaml:"Marital_status"`
Hobby []string `yaml:"Hobby,flow"`
ForeignLanguage []string `yaml:"Foreign_language"`
AwardsReceived string `yaml:"Awards_received"`
}
simple configuration item.
type InlineAdd struct {
Height int `yaml:"Height_cm"`
Heavy int `yaml:"Heavy_kg"`
}
type Name struct {
CName string `yaml:"Chinese_name"`
EName string `yaml:"English_name"`
}
type Person struct {
Name `yaml:"Name"`
Sex string `yaml:"Sex"`
Age int `yaml:"Age"`
IDCN int64 `yaml:"ID_card_number"`
}
complex configuration item which has lower level tags.
type School struct {
SName string `yaml:"School_name"`
SDate string `yaml:"Start_date"`
EDate string `yaml:"End_date"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.