()
| 1425 | } |
| 1426 | |
| 1427 | func DefaultReplicationStatusOptions() ReplicationStatusOptions { |
| 1428 | return ReplicationStatusOptions{ |
| 1429 | IncludeConfig: false, |
| 1430 | LocalOnly: false, |
| 1431 | ActiveOnly: false, |
| 1432 | IncludeError: true, |
| 1433 | } |
| 1434 | } |
| 1435 | |
| 1436 | func (m *sgReplicateManager) GetReplicationStatus(ctx context.Context, replicationID string, options ReplicationStatusOptions) (*ReplicationStatus, error) { |
| 1437 |
no outgoing calls