jfeliu007 / goplantuml

PlantUML Class Diagram Generator for golang projects
MIT License
1.77k stars 166 forks source link

Whether there are parameters to control not displaying types without methods? #164

Open dezhonger opened 3 months ago

dezhonger commented 3 months ago
type Person struct {
    age int64
    name string
}

Like this, it is a model and I want to ignore it. Further, can only show that the corresponding interface type exists?