mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-13 04:26:04 +00:00
* ci(swift): enforce shared kit dead-code coverage * chore(i18n): sync native source inventory * ci(swift): install pinned iOS scan tools
10 lines
261 B
Swift
10 lines
261 B
Swift
extension WakeParams {
|
|
// periphery:ignore - Shipped before sessionKey; remove only at a breaking protocol API window.
|
|
public init(
|
|
mode: AnyCodable,
|
|
text: String)
|
|
{
|
|
self.init(mode: mode, text: text, sessionkey: nil)
|
|
}
|
|
}
|