package
Version:
v2.1.2
Opens a new window with list of versions in this module.
Published: Mar 5, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Region represents a Konnect region.
const (
RegionGlobal Region = "global"
)
These are the well-known Konnect regions. The list is not exhaustive.
NewRegion returns a new Region from a string, or an error if the string is not a valid region.
String returns the string representation of the Region.
Server is a type to represent a server.
NewServer creates a new Server from a string. It accepts either a full URL or a hostnameWithoutRegion.
Region returns the region of the Server.
URL returns the full URL representation of the Server.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.