mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-12-25 04:20:08 +01:00
👌 Suggestions should also check all constraints
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
import Foundation
|
||||
|
||||
struct HomebrewService: Decodable {
|
||||
struct HomebrewService: Decodable, Equatable {
|
||||
let name: String
|
||||
let service_name: String
|
||||
let running: Bool
|
||||
|
||||
Reference in New Issue
Block a user