# Functions
GenerateModels parses the magma-gen-meta key of the given swagger YML file, copies the files that the target file depends on into the current working directory, shells out to `swagger generate models`, then cleans up the dependency files.
ParseSwaggerDependencyTree parses the entire dependency tree of a magma swagger spec file specified by the rootFilepath parameter.
RewriteGeneratedRefs rewrites the Go files generated by go-swagger by updating the type identifiers for generated types owned by dependency swagger specs to the packages where those types are generated into.
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
MagmaSwaggerConfig is the Go struct version of our custom Swagger spec file.
SwaggerConfig is the Go struct version of a OAI/Swagger 2.0 YAML spec file.
No description provided by the author