()
| 547 | } |
| 548 | |
| 549 | func (x *Instance) GetSyncInterval() *durationpb.Duration { |
| 550 | if x != nil { |
| 551 | return x.SyncInterval |
| 552 | } |
| 553 | return nil |
| 554 | } |
| 555 | |
| 556 | func (x *Instance) GetSyncDatabases() []string { |
| 557 | if x != nil { |
no outgoing calls
no test coverage detected