Documentation ¶ Index ¶ type Skill Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Skill ¶ type Skill struct { ID int `json:"id"` Name string `json:"name"` Specification string `json:"specification"` ExperiencePoint int `json:"experience_point"` Type string `json:"type"` Level int `json:"level"` Icon string `json:"icon"` } Source Files ¶ View all Source files skill.go Click to show internal directories. Click to hide internal directories.