()
| 568 | } |
| 569 | |
| 570 | func (x *Instance) GetLastSyncTime() *timestamppb.Timestamp { |
| 571 | if x != nil { |
| 572 | return x.LastSyncTime |
| 573 | } |
| 574 | return nil |
| 575 | } |
| 576 | |
| 577 | func (x *Instance) GetRoles() []*InstanceRole { |
| 578 | if x != nil { |
no outgoing calls
no test coverage detected