Skip to content

Commit

Permalink
add site_type (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
yec-akamai authored Mar 22, 2024
1 parent 217c431 commit d349cae
Show file tree
Hide file tree
Showing 2 changed files with 220 additions and 60 deletions.
1 change: 1 addition & 0 deletions regions.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ type Region struct {
Status string `json:"status"`
Resolvers RegionResolvers `json:"resolvers"`
Label string `json:"label"`
SiteType string `json:"site_type"`
}

// RegionResolvers contains the DNS resolvers of a region
Expand Down
Loading

0 comments on commit d349cae

Please sign in to comment.