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.

thashcat.go 1.3 kB

12345678910111213141516171819202122232425262728293031323334353637
  1. // Code generated by goctl. DO NOT EDIT.
  2. package models
  3. import (
  4. "github.com/zeromicro/go-zero/core/stores/sqlx"
  5. )
  6. type (
  7. defaultTHashcatModel struct {
  8. conn sqlx.SqlConn
  9. table string
  10. }
  11. THashcat struct {
  12. Id int64 `db:"id"` // id
  13. CrackTaskId string `db:"crack_task_id"` // 任务id
  14. CrackContainerId string `db:"container_id"` // 任务id
  15. CrackStatus string `db:"crack_status"` // 状态
  16. CrackStartTime string `db:"crack_start_time"` //开始时间
  17. CrackEstimatedTime string `db:"crack_estimated_time"` // 预计时间
  18. CrackProgress string `db:"crack_progress"` // 进度
  19. CrackResult string `db:"crack_result"` // 结果
  20. Started string `db:"started"` // 开始时间
  21. Stopped string `db:"stopped"` // 结束时间
  22. CreatedBy int64 `db:"created_by"` // 创建人
  23. UpdatedBy int64 `db:"updated_by"` // 更新人
  24. DeletedFlag int64 `db:"deleted_flag"` // 是否删除(0-否,1-是)
  25. }
  26. )
  27. func newTHashcatModel(conn sqlx.SqlConn) *defaultCloudModel {
  28. return &defaultCloudModel{
  29. conn: conn,
  30. table: "`cloud`",
  31. }
  32. }

PCM is positioned as Software stack over Cloud, aiming to build the standards and ecology of heterogeneous cloud collaboration for JCC in a non intrusive and autonomous peer-to-peer manner.