types

package
v0.0.0-...-e5f304a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 13, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Boundary

type Boundary struct {
	Alias string `json:"alias"`
	Label string `json:"label"`
	Type  string `json:"type"`
	GType string `json:"gtype"`
	Descr string `json:"descr"` //fake it
	Techn string `json:"techn"` //fake it
}

type CompCont

type CompCont struct {
	Alias string `json:"alias"`
	Label string `json:"label"`
	Techn string `json:"techn"`
	Descr string `json:"descr"`
	GType string `json:"gtype"`
}

type EncodedObj

type EncodedObj struct {
	Nodes []*ParserGenericType `json:"Nodes"`
	Rels  []*ParserGenericType `json:"Rels"`
}

type GenericC4Type

type GenericC4Type struct {
	Alias string `json:"alias"`
	Label string `json:"label"`
	Techn string `json:"techn"`
	Descr string `json:"descr"`
	Type  string `json:"type"`
	GType string `json:"gtype"`
	Index string `json:"index"`
	From  string `json:"from"`
	To    string `json:"to"`
}

type Node

type Node struct {
	Alias string `json:"alias"`
	Label string `json:"label"`
	Type  string `json:"type"`
	Descr string `json:"descr"`
	GType string `json:"gtype"`
}

type ParserGenericType

type ParserGenericType struct {
	Object        map[string]interface{} `json:"Object"`
	BoundaryAlias string                 `json:"BoundaryAlias"`
	IsRelation    bool                   `json:"IsRelation"`
}

type PersSystem

type PersSystem struct {
	Alias string `json:"alias"`
	Label string `json:"label"`
	Descr string `json:"descr"`
	GType string `json:"gtype"`
}

type Rel

type Rel struct {
	From  string `json:"from"`
	To    string `json:"to"`
	Label string `json:"label"`
	Techn string `json:"techn"`
	Descr string `json:"descr"`
	GType string `json:"gtype"`
}

type RelIndex

type RelIndex struct {
	Index string `json:"index"`
	From  string `json:"from"`
	To    string `json:"to"`
	Label string `json:"label"`
	Techn string `json:"techn"`
	Descr string `json:"descr"`
	GType string `json:"gtype"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL