goplantuml
goplantuml copied to clipboard
Whether there are parameters to control not displaying types without methods?
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?