model

package
v0.0.0-...-4fb0e95 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExternalExtension

type ExternalExtension struct {
	UPC     string
	Reviews []*World
}

func (ExternalExtension) IsEntity

func (ExternalExtension) IsEntity()

type Hello

type Hello struct {
	Name      string
	Secondary string
}

func (Hello) IsEntity

func (Hello) IsEntity()

type MoreNesting

type MoreNesting struct {
	ID    string
	World *World
}

func (MoreNesting) IsEntity

func (MoreNesting) IsEntity()

type NestedKey

type NestedKey struct {
	ID    string
	Hello *Hello
}

func (NestedKey) IsEntity

func (NestedKey) IsEntity()

type VeryNestedKey

type VeryNestedKey struct {
	ID     string
	Hello  *Hello
	World  *World
	Nested *NestedKey
	More   *MoreNesting
}

func (VeryNestedKey) IsEntity

func (VeryNestedKey) IsEntity()

type World

type World struct {
	Foo string
	Bar int
}

func (World) IsEntity

func (World) IsEntity()

Jump to

Keyboard shortcuts

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