diff options
| author | Dylan Bargatze <dylan@tailscale.com> | 2025-06-16 17:25:54 -0400 |
|---|---|---|
| committer | Dylan Bargatze <dylan@tailscale.com> | 2025-06-16 17:25:54 -0400 |
| commit | 768b1a584f6b8f8a5977e0e0d935216a05e62134 (patch) | |
| tree | 5011a5eed705fc2edaa0b7328807f1be134710c6 | |
| parent | 058a44558dac187b7e244ea0f0058d7bd8789c82 (diff) | |
| download | tailscale-dylan/derp-hosting-provider.tar.xz tailscale-dylan/derp-hosting-provider.zip | |
tailcfg: regenerate tailcfg_view.godylan/derp-hosting-provider
Updates tailscale/corp#29615
Signed-off-by: Dylan Bargatze <dylan@tailscale.com>
| -rw-r--r-- | tailcfg/tailcfg_view.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tailcfg/tailcfg_view.go b/tailcfg/tailcfg_view.go index 8d910c2fa..e44cb44f5 100644 --- a/tailcfg/tailcfg_view.go +++ b/tailcfg/tailcfg_view.go @@ -886,6 +886,7 @@ func (v *DERPRegionView) UnmarshalJSON(b []byte) error { func (v DERPRegionView) RegionID() int { return v.ж.RegionID } func (v DERPRegionView) RegionCode() string { return v.ж.RegionCode } func (v DERPRegionView) RegionName() string { return v.ж.RegionName } +func (v DERPRegionView) RegionVendor() string { return v.ж.RegionVendor } func (v DERPRegionView) Latitude() float64 { return v.ж.Latitude } func (v DERPRegionView) Longitude() float64 { return v.ж.Longitude } func (v DERPRegionView) Avoid() bool { return v.ж.Avoid } |
