Documentation ¶
Index ¶
- type AllMethodsService
- type BlogPost
- type Category
- type DependsOnSkipped
- type DuplicateNumberMessage
- type ExplicitSkippedMessage
- type Image
- type ImplicitSkippedMessage
- type InvalidFieldMessage
- type MessageWithEnum
- type MessageWithFieldOne
- type MessageWithID
- type MessageWithOptionals
- type MessageWithPackageName
- type OneMethodService
- type Portal
- type ProtoMixin
- type SkipEdgeExample
- type SomeJSON
- type TwoMethodService
- type User
- type ValidMessage
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllMethodsService ¶
AllMethodsService holds the schema definition for the AllMethodsService entity.
func (AllMethodsService) Annotations ¶
func (AllMethodsService) Annotations() []schema.Annotation
type BlogPost ¶
func (BlogPost) Annotations ¶
func (BlogPost) Annotations() []schema.Annotation
type Category ¶
func (Category) Annotations ¶
func (Category) Annotations() []schema.Annotation
type DependsOnSkipped ¶
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 ¶
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 ExplicitSkippedMessage ¶
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 ¶
func (Image) Annotations ¶
func (Image) Annotations() []schema.Annotation
type ImplicitSkippedMessage ¶
ImplicitSkippedMessage holds the schema definition for the ImplicitSkippedMessage entity.
type InvalidFieldMessage ¶
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 ¶
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 ¶
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 ¶
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 MessageWithOptionals ¶
func (MessageWithOptionals) Annotations ¶
func (MessageWithOptionals) Annotations() []schema.Annotation
func (MessageWithOptionals) Fields ¶
func (MessageWithOptionals) Fields() []ent.Field
type MessageWithPackageName ¶
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 OneMethodService ¶
OneMethodService holds the schema definition for the OneMethodService entity.
func (OneMethodService) Annotations ¶
func (OneMethodService) Annotations() []schema.Annotation
type Portal ¶
func (Portal) Annotations ¶
func (Portal) Annotations() []schema.Annotation
type ProtoMixin ¶
func (ProtoMixin) Annotations ¶
func (ProtoMixin) Annotations() []schema.Annotation
type SkipEdgeExample ¶
func (SkipEdgeExample) Edges ¶
func (SkipEdgeExample) Edges() []ent.Edge
func (SkipEdgeExample) Fields ¶
func (SkipEdgeExample) Fields() []ent.Field
type TwoMethodService ¶
TwoMethodService holds the schema definition for the TwoMethodService entity.
func (TwoMethodService) Annotations ¶
func (TwoMethodService) Annotations() []schema.Annotation
type User ¶
func (User) Annotations ¶
func (User) Annotations() []schema.Annotation
type ValidMessage ¶
ValidMessage holds the schema definition for the ValidMessage entity.
func (ValidMessage) Annotations ¶
func (ValidMessage) Annotations() []schema.Annotation
Source Files ¶
- all_methods_service.go
- blog_post.go
- category.go
- depend_on_skipped.go
- duplicate_number.go
- explicit_skipped_message.go
- image.go
- implicit_skipped_message.go
- interpackage_dep.go
- invalid_field.go
- message_with_enum.go
- message_with_field_one.go
- message_with_id.go
- message_with_package_name.go
- one_method_service.go
- optionals.go
- skip_edge_example.go
- two_method_service.go
- user.go
- valid_message.go