Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Annotation ¶
type Annotation interface { // Name defines the name of the annotation to be retrieved by the codegen. Name() string }
Annotation is used to attach arbitrary metadata to the schema objects in codegen. The object must be serializable to JSON raw value (e.g. struct, map or slice).
Template extensions can retrieve this metadata and use it inside their templates. Read more about it in ent website: https://entgo.io/docs/templates/#annotations.
Click to show internal directories.
Click to hide internal directories.