Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Odysseus
cache
Commits
cb54fe8c
Commit
cb54fe8c
authored
Feb 01, 2024
by
vicotor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update task type
parent
12f36263
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
taskType.go
model/taskType.go
+4
-0
No files found.
model/taskType.go
View file @
cb54fe8c
...
...
@@ -16,6 +16,10 @@ type TaskType struct {
Cmd
string
`orm:"column(cmd)" db:"cmd" json:"cmd" form:"cmd"`
Workload
int64
`orm:"column(workload)" db:"workload" json:"workload" form:"workload"`
ApiPath
string
`orm:"column(api_path)" db:"api_path" json:"api_path" form:"api_path"`
ImageName
string
`orm:"column(image_name)" db:"image_name" json:"image_name" form:"image_name"`
SignUrl
string
`orm:"column(sign_url)" db:"sign_url" json:"sign_url" form:"sign_url"`
Username
string
`orm:"column(username)" db:"username" json:"username" form:"username"`
Password
string
`orm:"column(password)" db:"password" json:"password" form:"password"`
CreatedTime
time
.
Time
`orm:"column(created_time)" db:"created_time" json:"created_time" form:"created_time"`
// 创建时间
UpdatedTime
time
.
Time
`orm:"column(updated_time)" db:"updated_time" json:"updated_time" form:"updated_time"`
// 更新时间
Deleted
int64
`orm:"column(deleted)" db:"deleted" json:"deleted" form:"deleted"`
// 逻辑删除
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment