in

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: May 14, 2020 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 ArrayOfEventField

type ArrayOfEventField struct {
	EventField []*EventField
}

type ArrayOfEventFieldItem

type ArrayOfEventFieldItem struct {
	EventFieldItem []*EventFieldItem
}

type DoubleEmbeddedStruct

type DoubleEmbeddedStruct struct {
	IdDoubleEmbedded int32
}

type EmbeddedEntity

type EmbeddedEntity struct {
	EmbeddedEntityID string
}

type EmbeddedStruct

type EmbeddedStruct struct {
	NewEmbeddedField int32
	DoubleEmbeddedStruct
	IdEmbedded int32
}

type Entity

type Entity struct {
	EntityID string
	EmbeddedEntity
	SubEntities []SubEntity
}

type EventField

type EventField struct {
	ID string `json:"id"`

	Name string

	FieldType string

	IsMandatory bool

	Rank int32

	Tag string

	Items *ArrayOfEventFieldItem

	CustomFieldOrder int32

	NewField int32

	EmbeddedStruct

	FieldDoesntExist string `elasticsearch:"no_source"`
}

type EventFieldItem

type EventFieldItem struct {
	EventFieldItemID string

	Text string

	Rank int32

	FloatField1 float32
	FloatField2 float64
}

type EventSubForm

type EventSubForm struct {
	ID string

	Caption string

	Rank int32

	Fields *ArrayOfEventField

	User User

	PrimitivePointer *int

	SliceInt []int
}

type SubEntity

type SubEntity struct {
	SubEntityID string
}

type User

type User struct {
	IdUser int32
}

Jump to

Keyboard shortcuts

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