# Functions
Convert converts an OpenAPI spec to a Kong declarative file.
CreateKongService creates a new Kong service entity, and optional upstream.
MustConvert is the same as Convert, but will panic if an error is returned.
Slugify converts a name to a valid Kong name by removing and replacing unallowed characters and sanitizing non-latin characters.
# Constants
No description provided by the author
# Structs
O2KOptions defines the options for an O2K conversion operation.