MosaicsAddress returns mirror address from Git repository config with credentials under mosaics.
()
| 127 | |
| 128 | // MosaicsAddress returns mirror address from Git repository config with credentials under mosaics. |
| 129 | func (m *Mirror) MosaicsAddress() string { |
| 130 | m.readAddress() |
| 131 | return HandleMirrorCredentials(m.address, true) |
| 132 | } |
| 133 | |
| 134 | // RawAddress returns raw mirror address directly from Git repository config. |
| 135 | func (m *Mirror) RawAddress() string { |
no test coverage detected