@@ -34,15 +34,15 @@ type VolumeReplication interface {
3434 // EnableVolumeReplication RPC call to enable the volume replication.
3535 EnableVolumeReplication (replicationSource * replicationlib.ReplicationSource ,
3636 replicationID string , secrets , parameters map [string ]string ) (
37- * replicationlib.EnableVolumeReplicationResponse , error )
37+ * replicationlib.EnableVolumeReplicationResponse , error )
3838 // DisableVolumeReplication RPC call to disable the volume replication.
3939 DisableVolumeReplication (replicationSource * replicationlib.ReplicationSource ,
4040 replicationID string , secrets , parameters map [string ]string ) (
41- * replicationlib.DisableVolumeReplicationResponse , error )
41+ * replicationlib.DisableVolumeReplicationResponse , error )
4242 // PromoteVolume RPC call to promote the volume.
4343 PromoteVolume (replicationSource * replicationlib.ReplicationSource , replicationID string ,
4444 force bool , secrets , parameters map [string ]string ) (
45- * replicationlib.PromoteVolumeResponse , error )
45+ * replicationlib.PromoteVolumeResponse , error )
4646 // DemoteVolume RPC call to demote the volume.
4747 DemoteVolume (replicationSource * replicationlib.ReplicationSource , replicationID string ,
4848 secrets , parameters map [string ]string ) (* replicationlib.DemoteVolumeResponse , error )
0 commit comments