Skip to content

Add option: Representing dependencies of structures within the same package in a UML class diagram #165

@GenkiHirano

Description

@GenkiHirano

I want to express the dependencies of structures within the same package in a URL diagram.
I would be happy if you implement it.

package model

type Address struct {
	postalCode      postalCode
	prefecture      string    
	city            string   
	streetAndNumber string
	buildingAndRoom string
}

type postalCode struct {
	string
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions