| 1068 | } |
| 1069 | |
| 1070 | type GVA_MODEL struct { |
| 1071 | ID uint // 主键ID |
| 1072 | CreatedAt time.Time // 创建时间 |
| 1073 | UpdatedAt time.Time // 更新时间 |
| 1074 | } |
| 1075 | |
| 1076 | type WorkspacePolicy struct { |
| 1077 | GVA_MODEL |
nothing calls this directly
no outgoing calls
no test coverage detected