Versions in this module Expand all Collapse all v1 v1.3.0 Jun 19, 2014 Changes in this version + const SwaggerVersion + type Api struct + Description string + Operations []Operation + Path string + type ApiDeclaration struct + ApiVersion string + Apis []Api + BasePath string + Consumes []string + Models map[string]Model + Produces []string + ResourcePath string + SwaggerVersion string + type ApiKey struct + PassAs string + Type string + type ApiRef struct + Description string + Path string + type Authorization struct + ApiKey ApiKey + LocalOAuth OAuth + type Endpoint struct + ClientIdName string + ClientSecretName string + TokenName string + Url string + type ErrorResponse struct + Code int + Reason string + type GrantType struct + LoginEndpoint Endpoint + TokenEndpoint Endpoint + TokenName string + TokenRequestEndpoint Endpoint + type Infomation struct + Contact string + Description string + License string + LicenseUrl string + TermsOfServiceUrl string + Title string + type Model struct + Id string + Properties map[string]ModelProperty + Required []string + type ModelProperty struct + Description string + Format string + Items map[string]string + Type string + type OAuth struct + GrantTypes map[string]GrantType + Scopes []string + Type string + type Operation struct + Authorizations []Authorization + Consumes []string + HttpMethod string + Nickname string + Notes string + Parameters []Parameter + Produces []string + Protocols []Protocol + ResponseMessages []ResponseMessage + Summary string + Type string + type Parameter struct + AllowMultiple bool + DataType string + Description string + Format string + Maximum int + Minimum int + Name string + ParamType string + Required bool + Type string + type Protocol struct + type ResourceListing struct + ApiVersion string + Apis []ApiRef + Infos Infomation + SwaggerVersion string + type ResponseMessage struct + Code int + Message string + ResponseModel string