mirror of
https://github.com/foomo/posh-providers.git
synced 2025-10-16 12:35:41 +00:00
8 lines
181 B
Go
8 lines
181 B
Go
package cloudflared
|
|
|
|
type Access struct {
|
|
Type string `json:"type" yaml:"type"`
|
|
Hostname string `json:"hostname" yaml:"hostname"`
|
|
Port int `json:"port" yaml:"port"`
|
|
}
|