# Functions

NewCluster creates a new http.Handler for the cluster operation.
NewClusterOK creates ClusterOK with default headers values.
NewClusterParams creates a new ClusterParams object There are no default values defined in the spec.
NewDiscordServer creates a new http.Handler for the discord server operation.
NewDiscordServerOK creates DiscordServerOK with default headers values.
NewDiscordServerParams creates a new DiscordServerParams object There are no default values defined in the spec.
NewOpenDiscordServer creates a new http.Handler for the open discord server operation.
NewOpenDiscordServerFound creates OpenDiscordServerFound with default headers values.
NewOpenDiscordServerParams creates a new OpenDiscordServerParams object There are no default values defined in the spec.

# Constants

ClusterOKCode is the HTTP code returned for type ClusterOK.
DiscordServerOKCode is the HTTP code returned for type DiscordServerOK.
OpenDiscordServerFoundCode is the HTTP code returned for type OpenDiscordServerFound.

# Structs

Cluster swagger:route GET /cluster system cluster Get Cluster Info */.
ClusterOK Success swagger:response clusterOK */.
ClusterParams contains all the bound params for the cluster operation typically these are obtained from a http.Request swagger:parameters cluster.
ClusterURL generates an URL for the cluster operation.
DiscordServer swagger:route GET /discord_server system discordServer Get Discord Server */.
DiscordServerOK Success swagger:response discordServerOK */.
DiscordServerParams contains all the bound params for the discord server operation typically these are obtained from a http.Request swagger:parameters discord_server.
DiscordServerURL generates an URL for the discord server operation.
OpenDiscordServer swagger:route GET /open_discord_server system openDiscordServer Open Discord Server */.
OpenDiscordServerFound Open Discord Servers swagger:response openDiscordServerFound */.
OpenDiscordServerParams contains all the bound params for the open discord server operation typically these are obtained from a http.Request swagger:parameters open_discord_server.
OpenDiscordServerURL generates an URL for the open discord server operation.

# Interfaces

ClusterHandler interface for that can handle valid cluster params.
DiscordServerHandler interface for that can handle valid discord server params.
OpenDiscordServerHandler interface for that can handle valid open discord server params.

# Type aliases

ClusterHandlerFunc turns a function with the right signature into a cluster handler.
DiscordServerHandlerFunc turns a function with the right signature into a discord server handler.
OpenDiscordServerHandlerFunc turns a function with the right signature into a open discord server handler.