softplayer-backend/internal/providers/hetzner.go

10 lines
111 B
Go
Raw Normal View History

2024-04-03 18:05:23 +00:00
package providers
// Hetzner supported regions
const (
HETZNER_REG_FINLAND = "fn"
)
type Hetzner struct {
}