goplantuml icon indicating copy to clipboard operation
goplantuml copied to clipboard

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

Open dezhonger opened this issue 1 year ago • 0 comments

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?

dezhonger avatar Mar 13 '24 05:03 dezhonger