app links initial
This commit is contained in:
+10
-1
@@ -1,4 +1,4 @@
|
||||
// Autogenerated from Pigeon (v26.3.4), do not edit directly.
|
||||
// Autogenerated from Pigeon (v27.1.0), do not edit directly.
|
||||
// See also: https://pub.dev/packages/pigeon
|
||||
@file:Suppress("UNCHECKED_CAST", "ArrayInDataClass")
|
||||
|
||||
@@ -278,6 +278,9 @@ data class TorConfiguration (
|
||||
result = 31 * result + TorApiPigeonUtils.deepHash(this.strictNodes)
|
||||
return result
|
||||
}
|
||||
override fun toString(): String {
|
||||
return "TorConfiguration(transport=$transport, bridgeLines=$bridgeLines, entryNodeCountries=$entryNodeCountries, exitNodeCountries=$exitNodeCountries, strictNodes=$strictNodes)"
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -337,6 +340,9 @@ data class TorStatus (
|
||||
result = 31 * result + TorApiPigeonUtils.deepHash(this.exitNodeCountry)
|
||||
return result
|
||||
}
|
||||
override fun toString(): String {
|
||||
return "TorStatus(isRunning=$isRunning, socksPort=$socksPort, bootstrapProgress=$bootstrapProgress, currentCircuit=$currentCircuit, exitNodeCountry=$exitNodeCountry)"
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -386,6 +392,9 @@ data class TorLogMessage (
|
||||
result = 31 * result + TorApiPigeonUtils.deepHash(this.timestamp)
|
||||
return result
|
||||
}
|
||||
override fun toString(): String {
|
||||
return "TorLogMessage(severity=$severity, message=$message, timestamp=$timestamp)"
|
||||
}
|
||||
}
|
||||
private open class TorApiPigeonCodec : StandardMessageCodec() {
|
||||
override fun readValueOfType(type: Byte, buffer: ByteBuffer): Any? {
|
||||
|
||||
Reference in New Issue
Block a user