package
0.2.0
Repository: https://github.com/hasmatthew/go-swagger.git
Documentation: pkg.go.dev

# Structs

Operation represents the context for a swagger operation to be submitted to the transport.

# Interfaces

An AuthInfoWriter implementor knows how to write authentication info to a request.
Request is an interface for things that know how to add information to a swagger client request.
RequestWriter is an interface for things that know how to write to a request.
A Response represents a client response This bridges between responses obtained from different transports.
A ResponseReader is an interface for things want to read a response.
A Transport implementor knows how to submit Request objects to some destination.

# Type aliases

AuthInfoWriterFunc converts a function to a request writer interface.
RequestWriterFunc converts a function to a request writer interface.
A ResponseReaderFunc turns a function into a ResponseReader interface implementation.