Files
base/internal/domain/profile/skill.go
2026-04-10 18:25:21 +03:30

7 lines
75 B
Go

package profile
type Skill struct {
SkillName string
Level string
}