interpretationtranslation

package
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2022 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the interpretationtranslation type in the database.
	Label = "interpretation_translation"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldLocale holds the string denoting the locale field in the database.
	FieldLocale = "locale"
	// FieldContent holds the string denoting the content field in the database.
	FieldContent = "content"
	// EdgeInterpretation holds the string denoting the interpretation edge name in mutations.
	EdgeInterpretation = "interpretation"
	// Table holds the table name of the interpretationtranslation in the database.
	Table = "interpretation_translations"
	// InterpretationTable is the table that holds the interpretation relation/edge.
	InterpretationTable = "interpretation_translations"
	// InterpretationInverseTable is the table name for the Interpretation entity.
	// It exists in this package in order to avoid circular dependency with the "interpretation" package.
	InterpretationInverseTable = "interpretations"
	// InterpretationColumn is the table column denoting the interpretation relation/edge.
	InterpretationColumn = "interpretation_translations"
)

Variables

View Source
var (
	// ContentValidator is a validator for the "content" field. It is called by the builders before save.
	ContentValidator func(string) error
	// DefaultID holds the default value on creation for the "id" field.
	DefaultID func() uuid.UUID
)

Columns holds all SQL columns for interpretationtranslation fields.

View Source
var ForeignKeys = []string{
	"interpretation_translations",
}

ForeignKeys holds the SQL foreign-keys that are owned by the "interpretation_translations" table and are not defined as standalone fields in the schema.

Functions

func And

And groups predicates with the AND operator between them.

func Content

Content applies equality check predicate on the "content" field. It's identical to ContentEQ.

func ContentContains

func ContentContains(v string) predicate.InterpretationTranslation

ContentContains applies the Contains predicate on the "content" field.

func ContentContainsFold

func ContentContainsFold(v string) predicate.InterpretationTranslation

ContentContainsFold applies the ContainsFold predicate on the "content" field.

func ContentEQ

ContentEQ applies the EQ predicate on the "content" field.

func ContentEqualFold

func ContentEqualFold(v string) predicate.InterpretationTranslation

ContentEqualFold applies the EqualFold predicate on the "content" field.

func ContentGT

ContentGT applies the GT predicate on the "content" field.

func ContentGTE

ContentGTE applies the GTE predicate on the "content" field.

func ContentHasPrefix

func ContentHasPrefix(v string) predicate.InterpretationTranslation

ContentHasPrefix applies the HasPrefix predicate on the "content" field.

func ContentHasSuffix

func ContentHasSuffix(v string) predicate.InterpretationTranslation

ContentHasSuffix applies the HasSuffix predicate on the "content" field.

func ContentIn

ContentIn applies the In predicate on the "content" field.

func ContentLT

ContentLT applies the LT predicate on the "content" field.

func ContentLTE

ContentLTE applies the LTE predicate on the "content" field.

func ContentNEQ

ContentNEQ applies the NEQ predicate on the "content" field.

func ContentNotIn

func ContentNotIn(vs ...string) predicate.InterpretationTranslation

ContentNotIn applies the NotIn predicate on the "content" field.

func HasInterpretation

func HasInterpretation() predicate.InterpretationTranslation

HasInterpretation applies the HasEdge predicate on the "interpretation" edge.

func HasInterpretationWith

func HasInterpretationWith(preds ...predicate.Interpretation) predicate.InterpretationTranslation

HasInterpretationWith applies the HasEdge predicate on the "interpretation" edge with a given conditions (other predicates).

func ID

ID filters vertices based on their ID field.

func IDEQ

IDEQ applies the EQ predicate on the ID field.

func IDGT

IDGT applies the GT predicate on the ID field.

func IDGTE

IDGTE applies the GTE predicate on the ID field.

func IDIn

IDIn applies the In predicate on the ID field.

func IDLT

IDLT applies the LT predicate on the ID field.

func IDLTE

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

IDNotIn applies the NotIn predicate on the ID field.

func LocaleEQ

LocaleEQ applies the EQ predicate on the "locale" field.

func LocaleIn

LocaleIn applies the In predicate on the "locale" field.

func LocaleNEQ

LocaleNEQ applies the NEQ predicate on the "locale" field.

func LocaleNotIn

func LocaleNotIn(vs ...Locale) predicate.InterpretationTranslation

LocaleNotIn applies the NotIn predicate on the "locale" field.

func LocaleValidator

func LocaleValidator(l Locale) error

LocaleValidator is a validator for the "locale" field enum values. It is called by the builders before save.

func Not

Not applies the not operator on the given predicate.

func Or

Or groups predicates with the OR operator between them.

func ValidColumn

func ValidColumn(column string) bool

ValidColumn reports if the column name is valid (part of the table columns).

Types

type Locale

type Locale string

Locale defines the type for the "locale" enum field.

const (
	LocaleEn Locale = "en"
	LocaleRu Locale = "ru"
)

Locale values.

func (Locale) String

func (l Locale) String() string

Jump to

Keyboard shortcuts

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