()
| 361 | } |
| 362 | |
| 363 | func (x *GormTag) GetAutoCreateTime() int64 { |
| 364 | if x != nil { |
| 365 | return x.AutoCreateTime |
| 366 | } |
| 367 | return 0 |
| 368 | } |
| 369 | |
| 370 | func (x *GormTag) GetAutoUpdateTime() int64 { |
| 371 | if x != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected