()
| 420 | } |
| 421 | |
| 422 | func (x *User) GetUpdatedAt() *timestamppb.Timestamp { |
| 423 | if x != nil { |
| 424 | return x.UpdatedAt |
| 425 | } |
| 426 | return nil |
| 427 | } |
| 428 | |
| 429 | func (x *User) GetDeletedAt() *timestamppb.Timestamp { |
| 430 | if x != nil { |
no outgoing calls
no test coverage detected