schema

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AllMethodsService added in v0.2.0

type AllMethodsService struct {
	ent.Schema
}

AllMethodsService holds the schema definition for the AllMethodsService entity.

func (AllMethodsService) Annotations added in v0.2.0

func (AllMethodsService) Annotations() []schema.Annotation

type BlogPost

type BlogPost struct {
	ent.Schema
}

func (BlogPost) Annotations

func (BlogPost) Annotations() []schema.Annotation

func (BlogPost) Edges

func (BlogPost) Edges() []ent.Edge

func (BlogPost) Fields

func (BlogPost) Fields() []ent.Field

type Category

type Category struct {
	ent.Schema
}

func (Category) Annotations

func (Category) Annotations() []schema.Annotation

func (Category) Edges

func (Category) Edges() []ent.Edge

func (Category) Fields

func (Category) Fields() []ent.Field

type DependsOnSkipped

type DependsOnSkipped struct {
	ent.Schema
}

func (DependsOnSkipped) Annotations

func (DependsOnSkipped) Annotations() []schema.Annotation

func (DependsOnSkipped) Edges

func (DependsOnSkipped) Edges() []ent.Edge

func (DependsOnSkipped) Fields

func (DependsOnSkipped) Fields() []ent.Field

type DuplicateNumberMessage

type DuplicateNumberMessage struct {
	ent.Schema
}

DuplicateNumberMessage holds the schema definition for the DuplicateNumberMessage entity.

func (DuplicateNumberMessage) Annotations

func (DuplicateNumberMessage) Annotations() []schema.Annotation

func (DuplicateNumberMessage) Fields

func (DuplicateNumberMessage) Fields() []ent.Field

Fields of the DuplicateNumberMessage.

type EnumWithConflictingValue added in v0.5.0

type EnumWithConflictingValue struct {
	ent.Schema
}

EnumWithConflictingValue holds the schema definition for the EnumWithConflictingValue entity.

func (EnumWithConflictingValue) Annotations added in v0.5.0

func (EnumWithConflictingValue) Annotations() []schema.Annotation

func (EnumWithConflictingValue) Fields added in v0.5.0

func (EnumWithConflictingValue) Fields() []ent.Field

Fields of the EnumWithConflictingValue.

type ExplicitSkippedMessage

type ExplicitSkippedMessage struct {
	ent.Schema
}

ExplicitSkippedMessage holds the schema definition for the ExplicitSkippedMessage entity.

func (ExplicitSkippedMessage) Annotations

func (ExplicitSkippedMessage) Annotations() []schema.Annotation

func (ExplicitSkippedMessage) Mixin

func (ExplicitSkippedMessage) Mixin() []ent.Mixin

type Image

type Image struct {
	ent.Schema
}

func (Image) Annotations

func (Image) Annotations() []schema.Annotation

func (Image) Edges

func (Image) Edges() []ent.Edge

func (Image) Fields

func (Image) Fields() []ent.Field

type ImplicitSkippedMessage

type ImplicitSkippedMessage struct {
	ent.Schema
}

ImplicitSkippedMessage holds the schema definition for the ImplicitSkippedMessage entity.

type InvalidFieldMessage

type InvalidFieldMessage struct {
	ent.Schema
}

InvalidFieldMessage holds the schema definition for the InvalidFieldMessage entity.

func (InvalidFieldMessage) Annotations

func (InvalidFieldMessage) Annotations() []schema.Annotation

func (InvalidFieldMessage) Fields

func (InvalidFieldMessage) Fields() []ent.Field

Fields of the InvalidFieldMessage.

type MessageWithEnum

type MessageWithEnum struct {
	ent.Schema
}

MessageWithEnum holds the schema definition for the MessageWithEnum entity.

func (MessageWithEnum) Annotations

func (MessageWithEnum) Annotations() []schema.Annotation

func (MessageWithEnum) Fields

func (MessageWithEnum) Fields() []ent.Field

Fields of the MessageWithEnum.

type MessageWithFieldOne

type MessageWithFieldOne struct {
	ent.Schema
}

MessageWithFieldOne holds the schema definition for the MessageWithFieldOne entity.

func (MessageWithFieldOne) Annotations

func (MessageWithFieldOne) Annotations() []schema.Annotation

func (MessageWithFieldOne) Fields

func (MessageWithFieldOne) Fields() []ent.Field

Fields of the MessageWithFieldOne.

type MessageWithID

type MessageWithID struct {
	ent.Schema
}

MessageWithID holds the schema definition for the MessageWithID entity.

func (MessageWithID) Annotations

func (MessageWithID) Annotations() []schema.Annotation

func (MessageWithID) Fields

func (MessageWithID) Fields() []ent.Field

Fields of the MessageWithID.

type MessageWithInts added in v0.5.0

type MessageWithInts struct {
	ent.Schema
}

func (MessageWithInts) Annotations added in v0.5.0

func (MessageWithInts) Annotations() []schema.Annotation

func (MessageWithInts) Fields added in v0.5.0

func (MessageWithInts) Fields() []ent.Field

type MessageWithOptionals

type MessageWithOptionals struct {
	ent.Schema
}

func (MessageWithOptionals) Annotations

func (MessageWithOptionals) Annotations() []schema.Annotation

func (MessageWithOptionals) Fields

func (MessageWithOptionals) Fields() []ent.Field

type MessageWithPackageName

type MessageWithPackageName struct {
	ent.Schema
}

MessageWithPackageName holds the schema definition for the MessageWithPackageName entity.

func (MessageWithPackageName) Annotations

func (MessageWithPackageName) Annotations() []schema.Annotation

func (MessageWithPackageName) Fields

func (MessageWithPackageName) Fields() []ent.Field

Fields of the MessageWithPackageName.

type MessageWithStrings added in v0.3.0

type MessageWithStrings struct {
	ent.Schema
}

func (MessageWithStrings) Annotations added in v0.3.0

func (MessageWithStrings) Annotations() []schema.Annotation

func (MessageWithStrings) Fields added in v0.3.0

func (MessageWithStrings) Fields() []ent.Field

type NoBackref added in v0.3.0

type NoBackref struct {
	ent.Schema
}

NoBackref is an entity with an edge to an entity that doesn't refer back to it.

func (NoBackref) Annotations added in v0.3.0

func (NoBackref) Annotations() []schema.Annotation

func (NoBackref) Edges added in v0.3.0

func (NoBackref) Edges() []ent.Edge

Edges of NoBackref.

type OneMethodService added in v0.2.0

type OneMethodService struct {
	ent.Schema
}

OneMethodService holds the schema definition for the OneMethodService entity.

func (OneMethodService) Annotations added in v0.2.0

func (OneMethodService) Annotations() []schema.Annotation

type Portal

type Portal struct {
	ent.Schema
}

func (Portal) Annotations

func (Portal) Annotations() []schema.Annotation

func (Portal) Edges

func (Portal) Edges() []ent.Edge

func (Portal) Fields

func (Portal) Fields() []ent.Field

type ProtoMixin

type ProtoMixin struct {
	mixin.Schema
}

func (ProtoMixin) Annotations

func (ProtoMixin) Annotations() []schema.Annotation

type SkipEdgeExample added in v0.3.0

type SkipEdgeExample struct {
	ent.Schema
}

func (SkipEdgeExample) Edges added in v0.3.0

func (SkipEdgeExample) Edges() []ent.Edge

func (SkipEdgeExample) Fields added in v0.3.0

func (SkipEdgeExample) Fields() []ent.Field

type SomeJSON

type SomeJSON struct{}

type TwoMethodService added in v0.2.0

type TwoMethodService struct {
	ent.Schema
}

TwoMethodService holds the schema definition for the TwoMethodService entity.

func (TwoMethodService) Annotations added in v0.2.0

func (TwoMethodService) Annotations() []schema.Annotation

type User

type User struct {
	ent.Schema
}

func (User) Annotations

func (User) Annotations() []schema.Annotation

func (User) Edges

func (User) Edges() []ent.Edge

func (User) Fields

func (User) Fields() []ent.Field

type ValidMessage

type ValidMessage struct {
	ent.Schema
}

ValidMessage holds the schema definition for the ValidMessage entity.

func (ValidMessage) Annotations

func (ValidMessage) Annotations() []schema.Annotation

func (ValidMessage) Fields

func (ValidMessage) Fields() []ent.Field

Fields of the ValidMessage.

Jump to

Keyboard shortcuts

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