You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The autogenerated file nautobot.go is not being indexed by default by some IDSs, such as Goland, due to its large file size. Additionally, there is currently no Godoc documentation generated for this package.
To address this issue, the code should probably be split into different files based on the autogenerated models/types, clients and multiple packages for the different api endpoint/tags defined in the swagger file.
This would reduce the filesize and also the size of the compiled binary when only some endpoints are used.
The text was updated successfully, but these errors were encountered:
The autogenerated file nautobot.go is not being indexed by default by some IDSs, such as Goland, due to its large file size. Additionally, there is currently no Godoc documentation generated for this package.
To address this issue, the code should probably be split into different files based on the autogenerated models/types, clients and multiple packages for the different api endpoint/tags defined in the swagger file.
This would reduce the filesize and also the size of the compiled binary when only some endpoints are used.
The text was updated successfully, but these errors were encountered: