interface INet
gitFetchWithCli |
if abstract val gitFetchWithCli: Boolean? |
offline |
do not access the network, but otherwise try to proceed if possible abstract val offline: Boolean? |
retry |
number of times a network call will automatically retried abstract val retry: Int? |
Net |
open class Net : RusticConfigurableBase, INet |
Net |
class Net : CargoPriorityResolveBase<INet>, INet |