posh-providers/cloudflare/cloudflared/access.go
Kevin Franklin Kim 4588a19b45
feat: add schema
2025-04-04 16:44:08 +02:00

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"`
}