# Packages
No description provided by the author
contains the logic for the generator command the aim of this is to process the swagger definition that's obtained from Elastic Cloud and make a few changes in order for the SDK to be fully usable by Golang
It will go over the swagger specification and set all of the boolean types to nullable using the vendor extension "x-nullable", this will cause any bool type to be converted to *bool in the Cloud SDK.