types

package
v0.0.0-...-4314f45 Latest Latest
Warning

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

Go to latest
Published: May 5, 2024 License: BSD-3-Clause Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ContentBlock

type ContentBlock struct {
	TypeName string
	Label    string
}

type Field

type Field struct {
	Name     string
	Label    string
	Initial  string
	TypeName string
	JSONName string
	ViewType string
	View     string

	IsReference       bool
	IsNested          bool
	IsFieldCollection bool
	ReferenceName     string
	ReferenceJSONTags []string
}

type TypeDefinition

type TypeDefinition struct {
	Name          string
	Label         string
	Initial       string
	Fields        []Field
	ContentBlocks []ContentBlock
	HasReferences bool
}

Jump to

Keyboard shortcuts

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