initial commit
This commit is contained in:
7
internal/dto/skill.go
Normal file
7
internal/dto/skill.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package dto
|
||||
|
||||
// Skill represents a selectable skill from the catalog (for profile skill selection).
|
||||
type Skill struct {
|
||||
ID string `json:"id"`
|
||||
Name string `json:"name"`
|
||||
}
|
||||
Reference in New Issue
Block a user