#Relation

This is a description of the #Relation object

Definition

import "strings"

_#def
_#def: {
	source:      #System | #Container | #Person
	dest:        #System | #Container | #Person
	description: string | *""
	desc:        "" | *strings.Replace(description, """


		""", "\\n", -1)
	protocol?:   string
	link?:       #url
	tags?: [...#RelationTag]
}

Usage

  • source: #System | #Container | #Person
  • dest: #System | #Container | #Person
  • description: string | *""
  • desc: "" | *strings.Replace(description, """ “”", “\n”, -1)
  • protocol?: string
  • link?: #url
  • tags?: […#RelationTag]
Last modified October 27, 2023: feat: Elastic Search is a DB (5262088)