app links initial
This commit is contained in:
+25
-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")
|
||||
|
||||
@@ -289,6 +289,9 @@ data class SingboxProxyProfile (
|
||||
result = 31 * result + SingboxProxyApiPigeonUtils.deepHash(this.secretJson)
|
||||
return result
|
||||
}
|
||||
override fun toString(): String {
|
||||
return "SingboxProxyProfile(id=$id, name=$name, type=$type, configJson=$configJson, secretJson=$secretJson)"
|
||||
}
|
||||
}
|
||||
|
||||
/** Generated class from Pigeon that represents data sent in messages. */
|
||||
@@ -352,6 +355,9 @@ data class SingboxProxyRuntimeOptions (
|
||||
result = 31 * result + SingboxProxyApiPigeonUtils.deepHash(this.bootstrapDohUrl)
|
||||
return result
|
||||
}
|
||||
override fun toString(): String {
|
||||
return "SingboxProxyRuntimeOptions(preferredBasePort=$preferredBasePort, blockUnmatchedTraffic=$blockUnmatchedTraffic, dnsConfig=$dnsConfig, bootstrapDohUrl=$bootstrapDohUrl)"
|
||||
}
|
||||
}
|
||||
|
||||
/** Generated class from Pigeon that represents data sent in messages. */
|
||||
@@ -440,6 +446,9 @@ data class SingboxProxyDnsServerConfig (
|
||||
result = 31 * result + SingboxProxyApiPigeonUtils.deepHash(this.matchInbounds)
|
||||
return result
|
||||
}
|
||||
override fun toString(): String {
|
||||
return "SingboxProxyDnsServerConfig(tag=$tag, address=$address, detourTag=$detourTag, matchDomainSuffixes=$matchDomainSuffixes, matchGeosites=$matchGeosites, matchOutbounds=$matchOutbounds, matchInbounds=$matchInbounds)"
|
||||
}
|
||||
}
|
||||
|
||||
/** Generated class from Pigeon that represents data sent in messages. */
|
||||
@@ -487,6 +496,9 @@ data class SingboxProxyDnsConfig (
|
||||
result = 31 * result + SingboxProxyApiPigeonUtils.deepHash(this.domainStrategy)
|
||||
return result
|
||||
}
|
||||
override fun toString(): String {
|
||||
return "SingboxProxyDnsConfig(servers=$servers, finalServerTag=$finalServerTag, domainStrategy=$domainStrategy)"
|
||||
}
|
||||
}
|
||||
|
||||
/** Generated class from Pigeon that represents data sent in messages. */
|
||||
@@ -537,6 +549,9 @@ data class SingboxProxyRuntimeEndpoint (
|
||||
result = 31 * result + SingboxProxyApiPigeonUtils.deepHash(this.password)
|
||||
return result
|
||||
}
|
||||
override fun toString(): String {
|
||||
return "SingboxProxyRuntimeEndpoint(profileId=$profileId, host=$host, port=$port, username=$username, password=$password)"
|
||||
}
|
||||
}
|
||||
|
||||
/** Generated class from Pigeon that represents data sent in messages. */
|
||||
@@ -579,6 +594,9 @@ data class SingboxProxyRuntimeState (
|
||||
result = 31 * result + SingboxProxyApiPigeonUtils.deepHash(this.message)
|
||||
return result
|
||||
}
|
||||
override fun toString(): String {
|
||||
return "SingboxProxyRuntimeState(status=$status, endpoints=$endpoints, message=$message)"
|
||||
}
|
||||
}
|
||||
|
||||
/** Generated class from Pigeon that represents data sent in messages. */
|
||||
@@ -617,6 +635,9 @@ data class SingboxProxyConfigResult (
|
||||
result = 31 * result + SingboxProxyApiPigeonUtils.deepHash(this.endpoints)
|
||||
return result
|
||||
}
|
||||
override fun toString(): String {
|
||||
return "SingboxProxyConfigResult(configJson=$configJson, endpoints=$endpoints)"
|
||||
}
|
||||
}
|
||||
|
||||
/** Generated class from Pigeon that represents data sent in messages. */
|
||||
@@ -663,6 +684,9 @@ data class SingboxProxyLogMessage (
|
||||
result = 31 * result + SingboxProxyApiPigeonUtils.deepHash(this.profileId)
|
||||
return result
|
||||
}
|
||||
override fun toString(): String {
|
||||
return "SingboxProxyLogMessage(level=$level, message=$message, timestamp=$timestamp, profileId=$profileId)"
|
||||
}
|
||||
}
|
||||
private open class SingboxProxyApiPigeonCodec : StandardMessageCodec() {
|
||||
override fun readValueOfType(type: Byte, buffer: ByteBuffer): Any? {
|
||||
|
||||
Reference in New Issue
Block a user