Documentation ¶
Overview ¶
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. This is required in order to fully use the V1 API.
Click to show internal directories.
Click to hide internal directories.