chrome.system.network.Interface.scala Maven / Gradle / Ivy
package chrome.system.network
import chrome.system.network.Interface.Config
case class Interface(name: String, configurations: List[Config])
object Interface {
case class Config(address: String, prefixLength: Int)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy