1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-07 20:10:08 +02:00

👌 Suggestions should also check all constraints

This commit is contained in:
2022-01-25 00:09:36 +01:00
parent e9ae989200
commit aeeecd6996
2 changed files with 4 additions and 2 deletions

View File

@ -8,7 +8,7 @@
import Foundation
struct HomebrewService: Decodable {
struct HomebrewService: Decodable, Equatable {
let name: String
let service_name: String
let running: Bool