()
| 413 | } |
| 414 | |
| 415 | func (x *User) GetCreatedAt() *timestamppb.Timestamp { |
| 416 | if x != nil { |
| 417 | return x.CreatedAt |
| 418 | } |
| 419 | return nil |
| 420 | } |
| 421 | |
| 422 | func (x *User) GetUpdatedAt() *timestamppb.Timestamp { |
| 423 | if x != nil { |
no outgoing calls
no test coverage detected