feat: 更新后端skill服务
- 更新 skill_handler.go handler层 - 更新 skill.go model层 - 更新 skill_repo.go repository层 - 更新 skill_service.go service层 - 更新 main.go 入口文件 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -15,6 +15,7 @@ type Skill struct {
|
||||
SkillDesc string `json:"skill_desc" gorm:"type:text"`
|
||||
Path string `json:"path" gorm:"size:500"` // skill 文件路径
|
||||
Status string `json:"status" gorm:"size:20;default:'active'"`
|
||||
CreatedBy string `json:"created_by" gorm:"size:100"` // 创建者用户名
|
||||
CreatedAt time.Time `json:"created_at"`
|
||||
UpdatedAt time.Time `json:"updated_at"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user