Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllFormats = []Format{FormatKongGateway, FormatKonnect}
AllFormats contains all available formats.
Functions ¶
Types ¶
type Format ¶
type Format string
const ( // FormatKongGateway represents the Kong gateway format. FormatKongGateway Format = "kong-gateway" // FormatKonnect represents the Konnect format. FormatKonnect Format = "konnect" // FormatKongGateway2x represents the Kong gateway 2.x format. FormatKongGateway2x Format = "kong-gateway-2.x" // FormatKongGateway3x represents the Kong gateway 3.x format. FormatKongGateway3x Format = "kong-gateway-3.x" )
func ParseFormat ¶
Click to show internal directories.
Click to hide internal directories.