schema

package
v0.5.4 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

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.

type Merger added in v0.5.3

type Merger interface {
	Merge(Annotation) Annotation
}

Merger wraps the single Merge function allows custom annotation to provide an implementation for merging 2 or more annotations from the same type.

A common use case is where the same Annotation type is defined both in mixin.Schema and ent.Schema.

Directories

Path Synopsis
internal
gen is a codegen cmd for generating numeric build types from template.
gen is a codegen cmd for generating numeric build types from template.

Jump to

Keyboard shortcuts

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