Documentation
¶
Index ¶
Constants ¶
View Source
const ( KindCSV = "csv" KindDOT = "dot" KindJSON = "json" KindTREE = "tree" KindYAML = "yaml" KindSTAT = "stat" KindStructurizr = "sdsl" KindPlantUML = "puml" )
Variables ¶
View Source
var ErrDuplicate = errors.New("duplicate found")
View Source
var Names = []string{ KindCSV, KindDOT, KindJSON, KindTREE, KindYAML, KindSTAT, KindStructurizr, KindPlantUML, }
Functions ¶
func SupportCluster ¶
Types ¶
type PlantUML ¶
type PlantUML struct {
// contains filtered or unexported fields
}
func NewPlantUML ¶
func NewPlantUML() *PlantUML
type Structurizr ¶
type Structurizr struct {
// contains filtered or unexported fields
}
func NewStructurizr ¶
func NewStructurizr() *Structurizr
func (*Structurizr) AddEdge ¶
func (s *Structurizr) AddEdge(e *node.Edge)
func (*Structurizr) Name ¶
func (s *Structurizr) Name() string
Click to show internal directories.
Click to hide internal directories.