Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Descriptor ¶
type Descriptor struct { Tag string // struct tag. Type string // edge type. Name string // edge name. RefName string // ref name; inverse only. Ref *Descriptor // edge reference; to/from of the same type. Unique bool // unique edge. Inverse bool // inverse edge. Required bool // required on creation. }
A Descriptor for edge configuration.
Click to show internal directories.
Click to hide internal directories.