Empty returns true if no replication status set.
()
| 54 | |
| 55 | // Empty returns true if no replication status set. |
| 56 | func (r ReplicationStatus) Empty() bool { |
| 57 | return r == "" |
| 58 | } |
| 59 | |
| 60 | // AdvancedPutOptions for internal use - to be utilized by replication, ILM transition |
| 61 | // implementation on MinIO server |
no outgoing calls
no test coverage detected