You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- package param
-
- type AiBase struct {
- TaskId int64 `json:"taskId" db:"task_id"`
- ServiceName string `json:"serviceName" db:"service_name"`
- ProjectId string `json:"projectId" db:"project_id"`
- Status string `json:"status" db:"status"`
- YamlString string `json:"yamlString" db:"yaml_string"`
- Name string `json:"name" db:"name"`
- }
|