goplantuml icon indicating copy to clipboard operation
goplantuml copied to clipboard

Add option to hide all unexported structs, interfaces and functions

Open keep94 opened this issue 8 months ago • 0 comments

I tried using the -hide-private-members option. This option hides all the private members of each struct or interface, but I still see all the private (unexported) structs without their private members in my UML diagram. As a client of the package I am diagramming, I am only interested in the exported structs and interfaces. Therefore, I'd like to hide all unexported structs / interfaces / or functions entirely.

keep94 avatar Feb 24 '25 20:02 keep94