custom_struct_another

package
v4.6.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TestItemCustom

type TestItemCustom struct {
	CustomUniqueField int
	ID                int `reindex:"id,,pk"`
	Year              int `reindex:"year,tree"`
	Genre             int64
	Name              string `reindex:"name"`
}

TestItemCustom struct with same name but another package

type TestItemCustom2

type TestItemCustom2 struct {
	CustomUniqueField int
	ID                int    `reindex:"id,,pk"`
	Name              string `reindex:"name"`
	EmptyInt          int    `json:"empty_int,omitempty"`
	Year              int    `reindex:"year,tree"`
	Genre             int64
}

type TestItemCustom3

type TestItemCustom3 struct {
	CustomUniqueField int
	EmptyInt          int    `json:"empty_int,omitempty"`
	Name              string `reindex:"name"`
	ID                int    `reindex:"id,,pk"`
	Year              int    `reindex:"year,tree"`
	Genre             int64
	Description       string `reindex:"description,fuzzytext"`
}

type TestItemCustom4

type TestItemCustom4 struct {
	CustomUniqueField int
	ID                int     `reindex:"id,,pk"`
	Rate              float64 `reindex:"rate,tree"`
	Year              int     `reindex:"year,tree"`
	Genre             int64
	Name              string `reindex:"name"`
	EmptyInt          int    `json:"empty_int,omitempty"`
	Description       string `reindex:"description,fuzzytext"`
}

type TestItemCustom5

type TestItemCustom5 struct {
	CustomUniqueField int
	ID                int     `reindex:"id,,pk"`
	Description       string  `reindex:"description,fuzzytext"`
	Rate              float64 `reindex:"rate,tree"`
	Year              int     `reindex:"year,tree"`
	Genre             int64
	Name              string  `reindex:"name"`
	EmptyInt          int     `json:"empty_int,omitempty"`
	ExchangeRate      float64 `json:"exchange_rate"`
}

type TestItemCustom6

type TestItemCustom6 struct {
	ExchangeRate      float64 `json:"exchange_rate"`
	PollutionRate     float32 `json:"pollution_rate"`
	CustomUniqueField int
	ID                int `reindex:"id,,pk"`
	Year              int `reindex:"year,tree"`
	Genre             int64
	Name              string  `reindex:"name"`
	EmptyInt          int     `json:"empty_int,omitempty"`
	Description       string  `reindex:"description,fuzzytext"`
	Rate              float64 `reindex:"rate,tree"`
}

type TestItemCustom7

type TestItemCustom7 struct {
	CustomUniqueField int
	ID                int `reindex:"id,,pk"`
	Year              int `reindex:"year,tree"`
	Genre             int64
	Name              string  `reindex:"name"`
	ExchangeRate      float64 `json:"exchange_rate"`
	PollutionRate     float32 `json:"pollution_rate"`
	IsDeleted         bool    `reindex:"isdeleted,-"`
	EmptyInt          int     `json:"empty_int,omitempty"`
	Description       string  `reindex:"description,fuzzytext"`
	Rate              float64 `reindex:"rate,tree"`
}

Jump to

Keyboard shortcuts

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