Replies: 1 comment 6 replies
-
Hey, So this is a 100% generated library and the go generator doesn't generate much inline docs. It does generate a You can see an historical example here. Do you think it would be helpful to leave those in ? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
https://pkg.go.dev/github.com/netbox-community/go-netbox/v4 does not have any function and type references, the "Documentation" section states "Documentation is too large to display.", and the "Directories" section is missing.
For v3, at https://pkg.go.dev/github.com/netbox-community/go-netbox/v3, one finds a "Directories" section under which can browse "netbox" and find relevant information.
One can search for symbols directly, for example via https://pkg.go.dev/search?limit=25&m=symbol&q=VirtualizationAPI.VirtualizationVirtualMachinesCreate, but clicking the results just yields the module homepage.
Of course, one can still browse the source files, but it's not as convenient for quick referencing - am I missing something to reach the "rendered" documentation for v4?
Beta Was this translation helpful? Give feedback.
All reactions