Versions in this module Expand all Collapse all v1 v1.0.0 Feb 12, 2020 Changes in this version + type Data struct + Content []byte + Name string + type Definition struct + Name string + Operations []Operation + URL string + type Operation struct + Description string + Method string + Name string + Parameters []Parameter + Path string + type Parameter struct + Description string + Location ParameterLocation + Name string + Required bool + TypeInfo ParameterType + type ParameterLocation int + const BodyLocation + const FormDataLocation + const HeaderLocation + const PathLocation + const QueryLocation + type ParameterType int + const BooleanArrayType + const BooleanType + const FileType + const IntegerArrayType + const IntegerType + const NumberArrayType + const NumberType + const ObjectArrayType + const ObjectType + const StringArrayType + const StringType + type ParameterValue struct + Value interface{} + type Settings struct + APIKey string + Insecure bool + Password string + SSHKey string + SSHKnownHost string + SSHProxy string + URL string + Username string + Verbose bool