Versions in this module Expand all Collapse all v0 v0.2.0 Dec 25, 2015 Changes in this version type APIError + Method string + Path string v0.1.0 Dec 14, 2015 Changes in this version + func APIKeyAuth(name, in, value string) client.AuthInfoWriter + func BasicAuth(username, password string) client.AuthInfoWriter + func BearerToken(token string) client.AuthInfoWriter + type APIError struct + Code int + OperationName string + Payload []byte + func NewAPIError(opName string, payload []byte, code int) *APIError + func (a *APIError) Error() string + type Runtime struct + BasePath string + Consumers map[string]httpkit.Consumer + Debug bool + DefaultAuthentication client.AuthInfoWriter + DefaultMediaType string + Formats strfmt.Registry + Host string + Producers map[string]httpkit.Producer + Spec *spec.Document + Transport http.RoundTripper + func New(swaggerSpec *spec.Document) *Runtime + func (r *Runtime) Submit(context *client.Operation) (interface{}, error)