mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-09-27 10:38:00 +02:00
Add agent checker
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import Foundation
|
||||
import Combine
|
||||
|
||||
class PreviewAgentStatusChecker: AgentStatusCheckerProtocol {
|
||||
|
||||
let running: Bool
|
||||
|
||||
init(running: Bool = true) {
|
||||
self.running = running
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user