1
0
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:
2022-03-30 21:26:53 +02:00
parent a13990b96f
commit d3657716c4
2 changed files with 28 additions and 4 deletions

View 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
}