mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-11-07 21:20:07 +01:00
♻️ Added ValetProxy struct
This commit is contained in:
18
phpmon/Domain/Integrations/Valet/ValetProxy.swift
Normal file
18
phpmon/Domain/Integrations/Valet/ValetProxy.swift
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// ValetProxy.swift
|
||||
// PHP Monitor
|
||||
//
|
||||
// Created by Nico Verbruggen on 30/03/2022.
|
||||
// Copyright © 2022 Nico Verbruggen. All rights reserved.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct ValetProxy
|
||||
{
|
||||
var domain: String
|
||||
|
||||
var tld: String
|
||||
|
||||
var target: String
|
||||
}
|
||||
Reference in New Issue
Block a user