package
0.0.0-20220412234254-2c2bf7eddea3
Repository: https://github.com/recolude/swagger-unity-codegen.git
Documentation: pkg.go.dev

# Functions

NewArrayResponse creates a new array response.
NewDefinitionResponse creates a new definition response.
No description provided by the author
No description provided by the author
No description provided by the author
NewPath creates a new path.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

ArrayResponse is an array of type T as a response.
DefinitionResponse is a type of response that expects an object definition.
FileResponse is a type of response that expects a binary file.
NumberResponse is a type of response that expects a floating point number.
Parameter represents a variable that should exist somewhere inside a HTTP request.
Path represents an HTTP endpoint that our unity client can ping.
SecurityMethodReference is a way to ensure the client properly communicates with a specific route.

# Interfaces

Response is one of potentially many responses a single path can receive.

# Type aliases

No description provided by the author