guild

package
v0.12.4 Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2024 License: GPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the guild type in the database.
	Label = "guild"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldName holds the string denoting the name field in the database.
	FieldName = "name"
	// FieldLocale holds the string denoting the locale field in the database.
	FieldLocale = "locale"
	// FieldLevelUpMessage holds the string denoting the level_up_message field in the database.
	FieldLevelUpMessage = "level_up_message"
	// FieldLevelUpChannel holds the string denoting the level_up_channel field in the database.
	FieldLevelUpChannel = "level_up_channel"
	// FieldLevelUpExcludeChannel holds the string denoting the level_up_exclude_channel field in the database.
	FieldLevelUpExcludeChannel = "level_up_exclude_channel"
	// FieldLevelMee6Imported holds the string denoting the level_mee6_imported field in the database.
	FieldLevelMee6Imported = "level_mee6_imported"
	// FieldLevelRole holds the string denoting the level_role field in the database.
	FieldLevelRole = "level_role"
	// FieldPermissions holds the string denoting the permissions field in the database.
	FieldPermissions = "permissions"
	// FieldRemindCount holds the string denoting the remind_count field in the database.
	FieldRemindCount = "remind_count"
	// FieldRolePanelEditTimes holds the string denoting the role_panel_edit_times field in the database.
	FieldRolePanelEditTimes = "role_panel_edit_times"
	// FieldBumpEnabled holds the string denoting the bump_enabled field in the database.
	FieldBumpEnabled = "bump_enabled"
	// FieldBumpMessageTitle holds the string denoting the bump_message_title field in the database.
	FieldBumpMessageTitle = "bump_message_title"
	// FieldBumpMessage holds the string denoting the bump_message field in the database.
	FieldBumpMessage = "bump_message"
	// FieldBumpRemindMessageTitle holds the string denoting the bump_remind_message_title field in the database.
	FieldBumpRemindMessageTitle = "bump_remind_message_title"
	// FieldBumpRemindMessage holds the string denoting the bump_remind_message field in the database.
	FieldBumpRemindMessage = "bump_remind_message"
	// FieldUpEnabled holds the string denoting the up_enabled field in the database.
	FieldUpEnabled = "up_enabled"
	// FieldUpMessageTitle holds the string denoting the up_message_title field in the database.
	FieldUpMessageTitle = "up_message_title"
	// FieldUpMessage holds the string denoting the up_message field in the database.
	FieldUpMessage = "up_message"
	// FieldUpRemindMessageTitle holds the string denoting the up_remind_message_title field in the database.
	FieldUpRemindMessageTitle = "up_remind_message_title"
	// FieldUpRemindMessage holds the string denoting the up_remind_message field in the database.
	FieldUpRemindMessage = "up_remind_message"
	// FieldBumpMention holds the string denoting the bump_mention field in the database.
	FieldBumpMention = "bump_mention"
	// FieldUpMention holds the string denoting the up_mention field in the database.
	FieldUpMention = "up_mention"
	// EdgeOwner holds the string denoting the owner edge name in mutations.
	EdgeOwner = "owner"
	// EdgeMembers holds the string denoting the members edge name in mutations.
	EdgeMembers = "members"
	// EdgeMessagePins holds the string denoting the message_pins edge name in mutations.
	EdgeMessagePins = "message_pins"
	// EdgeReminds holds the string denoting the reminds edge name in mutations.
	EdgeReminds = "reminds"
	// EdgeRolePanels holds the string denoting the role_panels edge name in mutations.
	EdgeRolePanels = "role_panels"
	// EdgeRolePanelPlacements holds the string denoting the role_panel_placements edge name in mutations.
	EdgeRolePanelPlacements = "role_panel_placements"
	// EdgeRolePanelEdits holds the string denoting the role_panel_edits edge name in mutations.
	EdgeRolePanelEdits = "role_panel_edits"
	// Table holds the table name of the guild in the database.
	Table = "guilds"
	// OwnerTable is the table that holds the owner relation/edge.
	OwnerTable = "guilds"
	// OwnerInverseTable is the table name for the User entity.
	// It exists in this package in order to avoid circular dependency with the "user" package.
	OwnerInverseTable = "users"
	// OwnerColumn is the table column denoting the owner relation/edge.
	OwnerColumn = "user_own_guilds"
	// MembersTable is the table that holds the members relation/edge.
	MembersTable = "members"
	// MembersInverseTable is the table name for the Member entity.
	// It exists in this package in order to avoid circular dependency with the "member" package.
	MembersInverseTable = "members"
	// MembersColumn is the table column denoting the members relation/edge.
	MembersColumn = "guild_members"
	// MessagePinsTable is the table that holds the message_pins relation/edge.
	MessagePinsTable = "message_pins"
	// MessagePinsInverseTable is the table name for the MessagePin entity.
	// It exists in this package in order to avoid circular dependency with the "messagepin" package.
	MessagePinsInverseTable = "message_pins"
	// MessagePinsColumn is the table column denoting the message_pins relation/edge.
	MessagePinsColumn = "guild_message_pins"
	// RemindsTable is the table that holds the reminds relation/edge.
	RemindsTable = "message_reminds"
	// RemindsInverseTable is the table name for the MessageRemind entity.
	// It exists in this package in order to avoid circular dependency with the "messageremind" package.
	RemindsInverseTable = "message_reminds"
	// RemindsColumn is the table column denoting the reminds relation/edge.
	RemindsColumn = "guild_reminds"
	// RolePanelsTable is the table that holds the role_panels relation/edge.
	RolePanelsTable = "role_panels"
	// RolePanelsInverseTable is the table name for the RolePanel entity.
	// It exists in this package in order to avoid circular dependency with the "rolepanel" package.
	RolePanelsInverseTable = "role_panels"
	// RolePanelsColumn is the table column denoting the role_panels relation/edge.
	RolePanelsColumn = "guild_role_panels"
	// RolePanelPlacementsTable is the table that holds the role_panel_placements relation/edge.
	RolePanelPlacementsTable = "role_panel_placeds"
	// RolePanelPlacementsInverseTable is the table name for the RolePanelPlaced entity.
	// It exists in this package in order to avoid circular dependency with the "rolepanelplaced" package.
	RolePanelPlacementsInverseTable = "role_panel_placeds"
	// RolePanelPlacementsColumn is the table column denoting the role_panel_placements relation/edge.
	RolePanelPlacementsColumn = "guild_role_panel_placements"
	// RolePanelEditsTable is the table that holds the role_panel_edits relation/edge.
	RolePanelEditsTable = "role_panel_edits"
	// RolePanelEditsInverseTable is the table name for the RolePanelEdit entity.
	// It exists in this package in order to avoid circular dependency with the "rolepaneledit" package.
	RolePanelEditsInverseTable = "role_panel_edits"
	// RolePanelEditsColumn is the table column denoting the role_panel_edits relation/edge.
	RolePanelEditsColumn = "guild_role_panel_edits"
)

Variables

View Source
var (
	// NameValidator is a validator for the "name" field. It is called by the builders before save.
	NameValidator func(string) error
	// DefaultLocale holds the default value on creation for the "locale" field.
	DefaultLocale discord.Locale
	// LocaleValidator is a validator for the "locale" field. It is called by the builders before save.
	LocaleValidator func(string) error
	// DefaultLevelUpMessage holds the default value on creation for the "level_up_message" field.
	DefaultLevelUpMessage string
	// LevelUpMessageValidator is a validator for the "level_up_message" field. It is called by the builders before save.
	LevelUpMessageValidator func(string) error
	// DefaultLevelMee6Imported holds the default value on creation for the "level_mee6_imported" field.
	DefaultLevelMee6Imported bool
	// DefaultLevelRole holds the default value on creation for the "level_role" field.
	DefaultLevelRole map[int]snowflake.ID
	// DefaultPermissions holds the default value on creation for the "permissions" field.
	DefaultPermissions map[snowflake.ID]permissions.Permission
	// DefaultRemindCount holds the default value on creation for the "remind_count" field.
	DefaultRemindCount int
	// DefaultRolePanelEditTimes holds the default value on creation for the "role_panel_edit_times" field.
	DefaultRolePanelEditTimes []time.Time
	// DefaultBumpEnabled holds the default value on creation for the "bump_enabled" field.
	DefaultBumpEnabled bool
	// DefaultBumpMessageTitle holds the default value on creation for the "bump_message_title" field.
	DefaultBumpMessageTitle string
	// BumpMessageTitleValidator is a validator for the "bump_message_title" field. It is called by the builders before save.
	BumpMessageTitleValidator func(string) error
	// DefaultBumpMessage holds the default value on creation for the "bump_message" field.
	DefaultBumpMessage string
	// BumpMessageValidator is a validator for the "bump_message" field. It is called by the builders before save.
	BumpMessageValidator func(string) error
	// DefaultBumpRemindMessageTitle holds the default value on creation for the "bump_remind_message_title" field.
	DefaultBumpRemindMessageTitle string
	// BumpRemindMessageTitleValidator is a validator for the "bump_remind_message_title" field. It is called by the builders before save.
	BumpRemindMessageTitleValidator func(string) error
	// DefaultBumpRemindMessage holds the default value on creation for the "bump_remind_message" field.
	DefaultBumpRemindMessage string
	// BumpRemindMessageValidator is a validator for the "bump_remind_message" field. It is called by the builders before save.
	BumpRemindMessageValidator func(string) error
	// DefaultUpEnabled holds the default value on creation for the "up_enabled" field.
	DefaultUpEnabled bool
	// DefaultUpMessageTitle holds the default value on creation for the "up_message_title" field.
	DefaultUpMessageTitle string
	// UpMessageTitleValidator is a validator for the "up_message_title" field. It is called by the builders before save.
	UpMessageTitleValidator func(string) error
	// DefaultUpMessage holds the default value on creation for the "up_message" field.
	DefaultUpMessage string
	// UpMessageValidator is a validator for the "up_message" field. It is called by the builders before save.
	UpMessageValidator func(string) error
	// DefaultUpRemindMessageTitle holds the default value on creation for the "up_remind_message_title" field.
	DefaultUpRemindMessageTitle string
	// UpRemindMessageTitleValidator is a validator for the "up_remind_message_title" field. It is called by the builders before save.
	UpRemindMessageTitleValidator func(string) error
	// DefaultUpRemindMessage holds the default value on creation for the "up_remind_message" field.
	DefaultUpRemindMessage string
	// UpRemindMessageValidator is a validator for the "up_remind_message" field. It is called by the builders before save.
	UpRemindMessageValidator func(string) error
)

Columns holds all SQL columns for guild fields.

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

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

Functions

func And

func And(predicates ...predicate.Guild) predicate.Guild

And groups predicates with the AND operator between them.

func BumpEnabled

func BumpEnabled(v bool) predicate.Guild

BumpEnabled applies equality check predicate on the "bump_enabled" field. It's identical to BumpEnabledEQ.

func BumpEnabledEQ

func BumpEnabledEQ(v bool) predicate.Guild

BumpEnabledEQ applies the EQ predicate on the "bump_enabled" field.

func BumpEnabledNEQ

func BumpEnabledNEQ(v bool) predicate.Guild

BumpEnabledNEQ applies the NEQ predicate on the "bump_enabled" field.

func BumpMention

func BumpMention(v snowflake.ID) predicate.Guild

BumpMention applies equality check predicate on the "bump_mention" field. It's identical to BumpMentionEQ.

func BumpMentionEQ

func BumpMentionEQ(v snowflake.ID) predicate.Guild

BumpMentionEQ applies the EQ predicate on the "bump_mention" field.

func BumpMentionGT

func BumpMentionGT(v snowflake.ID) predicate.Guild

BumpMentionGT applies the GT predicate on the "bump_mention" field.

func BumpMentionGTE

func BumpMentionGTE(v snowflake.ID) predicate.Guild

BumpMentionGTE applies the GTE predicate on the "bump_mention" field.

func BumpMentionIn

func BumpMentionIn(vs ...snowflake.ID) predicate.Guild

BumpMentionIn applies the In predicate on the "bump_mention" field.

func BumpMentionIsNil

func BumpMentionIsNil() predicate.Guild

BumpMentionIsNil applies the IsNil predicate on the "bump_mention" field.

func BumpMentionLT

func BumpMentionLT(v snowflake.ID) predicate.Guild

BumpMentionLT applies the LT predicate on the "bump_mention" field.

func BumpMentionLTE

func BumpMentionLTE(v snowflake.ID) predicate.Guild

BumpMentionLTE applies the LTE predicate on the "bump_mention" field.

func BumpMentionNEQ

func BumpMentionNEQ(v snowflake.ID) predicate.Guild

BumpMentionNEQ applies the NEQ predicate on the "bump_mention" field.

func BumpMentionNotIn

func BumpMentionNotIn(vs ...snowflake.ID) predicate.Guild

BumpMentionNotIn applies the NotIn predicate on the "bump_mention" field.

func BumpMentionNotNil

func BumpMentionNotNil() predicate.Guild

BumpMentionNotNil applies the NotNil predicate on the "bump_mention" field.

func BumpMessage

func BumpMessage(v string) predicate.Guild

BumpMessage applies equality check predicate on the "bump_message" field. It's identical to BumpMessageEQ.

func BumpMessageContains

func BumpMessageContains(v string) predicate.Guild

BumpMessageContains applies the Contains predicate on the "bump_message" field.

func BumpMessageContainsFold

func BumpMessageContainsFold(v string) predicate.Guild

BumpMessageContainsFold applies the ContainsFold predicate on the "bump_message" field.

func BumpMessageEQ

func BumpMessageEQ(v string) predicate.Guild

BumpMessageEQ applies the EQ predicate on the "bump_message" field.

func BumpMessageEqualFold

func BumpMessageEqualFold(v string) predicate.Guild

BumpMessageEqualFold applies the EqualFold predicate on the "bump_message" field.

func BumpMessageGT

func BumpMessageGT(v string) predicate.Guild

BumpMessageGT applies the GT predicate on the "bump_message" field.

func BumpMessageGTE

func BumpMessageGTE(v string) predicate.Guild

BumpMessageGTE applies the GTE predicate on the "bump_message" field.

func BumpMessageHasPrefix

func BumpMessageHasPrefix(v string) predicate.Guild

BumpMessageHasPrefix applies the HasPrefix predicate on the "bump_message" field.

func BumpMessageHasSuffix

func BumpMessageHasSuffix(v string) predicate.Guild

BumpMessageHasSuffix applies the HasSuffix predicate on the "bump_message" field.

func BumpMessageIn

func BumpMessageIn(vs ...string) predicate.Guild

BumpMessageIn applies the In predicate on the "bump_message" field.

func BumpMessageLT

func BumpMessageLT(v string) predicate.Guild

BumpMessageLT applies the LT predicate on the "bump_message" field.

func BumpMessageLTE

func BumpMessageLTE(v string) predicate.Guild

BumpMessageLTE applies the LTE predicate on the "bump_message" field.

func BumpMessageNEQ

func BumpMessageNEQ(v string) predicate.Guild

BumpMessageNEQ applies the NEQ predicate on the "bump_message" field.

func BumpMessageNotIn

func BumpMessageNotIn(vs ...string) predicate.Guild

BumpMessageNotIn applies the NotIn predicate on the "bump_message" field.

func BumpMessageTitle

func BumpMessageTitle(v string) predicate.Guild

BumpMessageTitle applies equality check predicate on the "bump_message_title" field. It's identical to BumpMessageTitleEQ.

func BumpMessageTitleContains

func BumpMessageTitleContains(v string) predicate.Guild

BumpMessageTitleContains applies the Contains predicate on the "bump_message_title" field.

func BumpMessageTitleContainsFold

func BumpMessageTitleContainsFold(v string) predicate.Guild

BumpMessageTitleContainsFold applies the ContainsFold predicate on the "bump_message_title" field.

func BumpMessageTitleEQ

func BumpMessageTitleEQ(v string) predicate.Guild

BumpMessageTitleEQ applies the EQ predicate on the "bump_message_title" field.

func BumpMessageTitleEqualFold

func BumpMessageTitleEqualFold(v string) predicate.Guild

BumpMessageTitleEqualFold applies the EqualFold predicate on the "bump_message_title" field.

func BumpMessageTitleGT

func BumpMessageTitleGT(v string) predicate.Guild

BumpMessageTitleGT applies the GT predicate on the "bump_message_title" field.

func BumpMessageTitleGTE

func BumpMessageTitleGTE(v string) predicate.Guild

BumpMessageTitleGTE applies the GTE predicate on the "bump_message_title" field.

func BumpMessageTitleHasPrefix

func BumpMessageTitleHasPrefix(v string) predicate.Guild

BumpMessageTitleHasPrefix applies the HasPrefix predicate on the "bump_message_title" field.

func BumpMessageTitleHasSuffix

func BumpMessageTitleHasSuffix(v string) predicate.Guild

BumpMessageTitleHasSuffix applies the HasSuffix predicate on the "bump_message_title" field.

func BumpMessageTitleIn

func BumpMessageTitleIn(vs ...string) predicate.Guild

BumpMessageTitleIn applies the In predicate on the "bump_message_title" field.

func BumpMessageTitleLT

func BumpMessageTitleLT(v string) predicate.Guild

BumpMessageTitleLT applies the LT predicate on the "bump_message_title" field.

func BumpMessageTitleLTE

func BumpMessageTitleLTE(v string) predicate.Guild

BumpMessageTitleLTE applies the LTE predicate on the "bump_message_title" field.

func BumpMessageTitleNEQ

func BumpMessageTitleNEQ(v string) predicate.Guild

BumpMessageTitleNEQ applies the NEQ predicate on the "bump_message_title" field.

func BumpMessageTitleNotIn

func BumpMessageTitleNotIn(vs ...string) predicate.Guild

BumpMessageTitleNotIn applies the NotIn predicate on the "bump_message_title" field.

func BumpRemindMessage

func BumpRemindMessage(v string) predicate.Guild

BumpRemindMessage applies equality check predicate on the "bump_remind_message" field. It's identical to BumpRemindMessageEQ.

func BumpRemindMessageContains

func BumpRemindMessageContains(v string) predicate.Guild

BumpRemindMessageContains applies the Contains predicate on the "bump_remind_message" field.

func BumpRemindMessageContainsFold

func BumpRemindMessageContainsFold(v string) predicate.Guild

BumpRemindMessageContainsFold applies the ContainsFold predicate on the "bump_remind_message" field.

func BumpRemindMessageEQ

func BumpRemindMessageEQ(v string) predicate.Guild

BumpRemindMessageEQ applies the EQ predicate on the "bump_remind_message" field.

func BumpRemindMessageEqualFold

func BumpRemindMessageEqualFold(v string) predicate.Guild

BumpRemindMessageEqualFold applies the EqualFold predicate on the "bump_remind_message" field.

func BumpRemindMessageGT

func BumpRemindMessageGT(v string) predicate.Guild

BumpRemindMessageGT applies the GT predicate on the "bump_remind_message" field.

func BumpRemindMessageGTE

func BumpRemindMessageGTE(v string) predicate.Guild

BumpRemindMessageGTE applies the GTE predicate on the "bump_remind_message" field.

func BumpRemindMessageHasPrefix

func BumpRemindMessageHasPrefix(v string) predicate.Guild

BumpRemindMessageHasPrefix applies the HasPrefix predicate on the "bump_remind_message" field.

func BumpRemindMessageHasSuffix

func BumpRemindMessageHasSuffix(v string) predicate.Guild

BumpRemindMessageHasSuffix applies the HasSuffix predicate on the "bump_remind_message" field.

func BumpRemindMessageIn

func BumpRemindMessageIn(vs ...string) predicate.Guild

BumpRemindMessageIn applies the In predicate on the "bump_remind_message" field.

func BumpRemindMessageLT

func BumpRemindMessageLT(v string) predicate.Guild

BumpRemindMessageLT applies the LT predicate on the "bump_remind_message" field.

func BumpRemindMessageLTE

func BumpRemindMessageLTE(v string) predicate.Guild

BumpRemindMessageLTE applies the LTE predicate on the "bump_remind_message" field.

func BumpRemindMessageNEQ

func BumpRemindMessageNEQ(v string) predicate.Guild

BumpRemindMessageNEQ applies the NEQ predicate on the "bump_remind_message" field.

func BumpRemindMessageNotIn

func BumpRemindMessageNotIn(vs ...string) predicate.Guild

BumpRemindMessageNotIn applies the NotIn predicate on the "bump_remind_message" field.

func BumpRemindMessageTitle

func BumpRemindMessageTitle(v string) predicate.Guild

BumpRemindMessageTitle applies equality check predicate on the "bump_remind_message_title" field. It's identical to BumpRemindMessageTitleEQ.

func BumpRemindMessageTitleContains

func BumpRemindMessageTitleContains(v string) predicate.Guild

BumpRemindMessageTitleContains applies the Contains predicate on the "bump_remind_message_title" field.

func BumpRemindMessageTitleContainsFold

func BumpRemindMessageTitleContainsFold(v string) predicate.Guild

BumpRemindMessageTitleContainsFold applies the ContainsFold predicate on the "bump_remind_message_title" field.

func BumpRemindMessageTitleEQ

func BumpRemindMessageTitleEQ(v string) predicate.Guild

BumpRemindMessageTitleEQ applies the EQ predicate on the "bump_remind_message_title" field.

func BumpRemindMessageTitleEqualFold

func BumpRemindMessageTitleEqualFold(v string) predicate.Guild

BumpRemindMessageTitleEqualFold applies the EqualFold predicate on the "bump_remind_message_title" field.

func BumpRemindMessageTitleGT

func BumpRemindMessageTitleGT(v string) predicate.Guild

BumpRemindMessageTitleGT applies the GT predicate on the "bump_remind_message_title" field.

func BumpRemindMessageTitleGTE

func BumpRemindMessageTitleGTE(v string) predicate.Guild

BumpRemindMessageTitleGTE applies the GTE predicate on the "bump_remind_message_title" field.

func BumpRemindMessageTitleHasPrefix

func BumpRemindMessageTitleHasPrefix(v string) predicate.Guild

BumpRemindMessageTitleHasPrefix applies the HasPrefix predicate on the "bump_remind_message_title" field.

func BumpRemindMessageTitleHasSuffix

func BumpRemindMessageTitleHasSuffix(v string) predicate.Guild

BumpRemindMessageTitleHasSuffix applies the HasSuffix predicate on the "bump_remind_message_title" field.

func BumpRemindMessageTitleIn

func BumpRemindMessageTitleIn(vs ...string) predicate.Guild

BumpRemindMessageTitleIn applies the In predicate on the "bump_remind_message_title" field.

func BumpRemindMessageTitleLT

func BumpRemindMessageTitleLT(v string) predicate.Guild

BumpRemindMessageTitleLT applies the LT predicate on the "bump_remind_message_title" field.

func BumpRemindMessageTitleLTE

func BumpRemindMessageTitleLTE(v string) predicate.Guild

BumpRemindMessageTitleLTE applies the LTE predicate on the "bump_remind_message_title" field.

func BumpRemindMessageTitleNEQ

func BumpRemindMessageTitleNEQ(v string) predicate.Guild

BumpRemindMessageTitleNEQ applies the NEQ predicate on the "bump_remind_message_title" field.

func BumpRemindMessageTitleNotIn

func BumpRemindMessageTitleNotIn(vs ...string) predicate.Guild

BumpRemindMessageTitleNotIn applies the NotIn predicate on the "bump_remind_message_title" field.

func HasMembers

func HasMembers() predicate.Guild

HasMembers applies the HasEdge predicate on the "members" edge.

func HasMembersWith

func HasMembersWith(preds ...predicate.Member) predicate.Guild

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

func HasMessagePins

func HasMessagePins() predicate.Guild

HasMessagePins applies the HasEdge predicate on the "message_pins" edge.

func HasMessagePinsWith

func HasMessagePinsWith(preds ...predicate.MessagePin) predicate.Guild

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

func HasOwner

func HasOwner() predicate.Guild

HasOwner applies the HasEdge predicate on the "owner" edge.

func HasOwnerWith

func HasOwnerWith(preds ...predicate.User) predicate.Guild

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

func HasReminds

func HasReminds() predicate.Guild

HasReminds applies the HasEdge predicate on the "reminds" edge.

func HasRemindsWith

func HasRemindsWith(preds ...predicate.MessageRemind) predicate.Guild

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

func HasRolePanelEdits

func HasRolePanelEdits() predicate.Guild

HasRolePanelEdits applies the HasEdge predicate on the "role_panel_edits" edge.

func HasRolePanelEditsWith

func HasRolePanelEditsWith(preds ...predicate.RolePanelEdit) predicate.Guild

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

func HasRolePanelPlacements

func HasRolePanelPlacements() predicate.Guild

HasRolePanelPlacements applies the HasEdge predicate on the "role_panel_placements" edge.

func HasRolePanelPlacementsWith

func HasRolePanelPlacementsWith(preds ...predicate.RolePanelPlaced) predicate.Guild

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

func HasRolePanels

func HasRolePanels() predicate.Guild

HasRolePanels applies the HasEdge predicate on the "role_panels" edge.

func HasRolePanelsWith

func HasRolePanelsWith(preds ...predicate.RolePanel) predicate.Guild

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

func ID

func ID(id snowflake.ID) predicate.Guild

ID filters vertices based on their ID field.

func IDEQ

func IDEQ(id snowflake.ID) predicate.Guild

IDEQ applies the EQ predicate on the ID field.

func IDGT

func IDGT(id snowflake.ID) predicate.Guild

IDGT applies the GT predicate on the ID field.

func IDGTE

func IDGTE(id snowflake.ID) predicate.Guild

IDGTE applies the GTE predicate on the ID field.

func IDIn

func IDIn(ids ...snowflake.ID) predicate.Guild

IDIn applies the In predicate on the ID field.

func IDLT

func IDLT(id snowflake.ID) predicate.Guild

IDLT applies the LT predicate on the ID field.

func IDLTE

func IDLTE(id snowflake.ID) predicate.Guild

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

func IDNEQ(id snowflake.ID) predicate.Guild

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

func IDNotIn(ids ...snowflake.ID) predicate.Guild

IDNotIn applies the NotIn predicate on the ID field.

func LevelMee6Imported

func LevelMee6Imported(v bool) predicate.Guild

LevelMee6Imported applies equality check predicate on the "level_mee6_imported" field. It's identical to LevelMee6ImportedEQ.

func LevelMee6ImportedEQ

func LevelMee6ImportedEQ(v bool) predicate.Guild

LevelMee6ImportedEQ applies the EQ predicate on the "level_mee6_imported" field.

func LevelMee6ImportedNEQ

func LevelMee6ImportedNEQ(v bool) predicate.Guild

LevelMee6ImportedNEQ applies the NEQ predicate on the "level_mee6_imported" field.

func LevelRoleIsNil

func LevelRoleIsNil() predicate.Guild

LevelRoleIsNil applies the IsNil predicate on the "level_role" field.

func LevelRoleNotNil

func LevelRoleNotNil() predicate.Guild

LevelRoleNotNil applies the NotNil predicate on the "level_role" field.

func LevelUpChannel

func LevelUpChannel(v snowflake.ID) predicate.Guild

LevelUpChannel applies equality check predicate on the "level_up_channel" field. It's identical to LevelUpChannelEQ.

func LevelUpChannelEQ

func LevelUpChannelEQ(v snowflake.ID) predicate.Guild

LevelUpChannelEQ applies the EQ predicate on the "level_up_channel" field.

func LevelUpChannelGT

func LevelUpChannelGT(v snowflake.ID) predicate.Guild

LevelUpChannelGT applies the GT predicate on the "level_up_channel" field.

func LevelUpChannelGTE

func LevelUpChannelGTE(v snowflake.ID) predicate.Guild

LevelUpChannelGTE applies the GTE predicate on the "level_up_channel" field.

func LevelUpChannelIn

func LevelUpChannelIn(vs ...snowflake.ID) predicate.Guild

LevelUpChannelIn applies the In predicate on the "level_up_channel" field.

func LevelUpChannelIsNil

func LevelUpChannelIsNil() predicate.Guild

LevelUpChannelIsNil applies the IsNil predicate on the "level_up_channel" field.

func LevelUpChannelLT

func LevelUpChannelLT(v snowflake.ID) predicate.Guild

LevelUpChannelLT applies the LT predicate on the "level_up_channel" field.

func LevelUpChannelLTE

func LevelUpChannelLTE(v snowflake.ID) predicate.Guild

LevelUpChannelLTE applies the LTE predicate on the "level_up_channel" field.

func LevelUpChannelNEQ

func LevelUpChannelNEQ(v snowflake.ID) predicate.Guild

LevelUpChannelNEQ applies the NEQ predicate on the "level_up_channel" field.

func LevelUpChannelNotIn

func LevelUpChannelNotIn(vs ...snowflake.ID) predicate.Guild

LevelUpChannelNotIn applies the NotIn predicate on the "level_up_channel" field.

func LevelUpChannelNotNil

func LevelUpChannelNotNil() predicate.Guild

LevelUpChannelNotNil applies the NotNil predicate on the "level_up_channel" field.

func LevelUpExcludeChannelIsNil

func LevelUpExcludeChannelIsNil() predicate.Guild

LevelUpExcludeChannelIsNil applies the IsNil predicate on the "level_up_exclude_channel" field.

func LevelUpExcludeChannelNotNil

func LevelUpExcludeChannelNotNil() predicate.Guild

LevelUpExcludeChannelNotNil applies the NotNil predicate on the "level_up_exclude_channel" field.

func LevelUpMessage

func LevelUpMessage(v string) predicate.Guild

LevelUpMessage applies equality check predicate on the "level_up_message" field. It's identical to LevelUpMessageEQ.

func LevelUpMessageContains

func LevelUpMessageContains(v string) predicate.Guild

LevelUpMessageContains applies the Contains predicate on the "level_up_message" field.

func LevelUpMessageContainsFold

func LevelUpMessageContainsFold(v string) predicate.Guild

LevelUpMessageContainsFold applies the ContainsFold predicate on the "level_up_message" field.

func LevelUpMessageEQ

func LevelUpMessageEQ(v string) predicate.Guild

LevelUpMessageEQ applies the EQ predicate on the "level_up_message" field.

func LevelUpMessageEqualFold

func LevelUpMessageEqualFold(v string) predicate.Guild

LevelUpMessageEqualFold applies the EqualFold predicate on the "level_up_message" field.

func LevelUpMessageGT

func LevelUpMessageGT(v string) predicate.Guild

LevelUpMessageGT applies the GT predicate on the "level_up_message" field.

func LevelUpMessageGTE

func LevelUpMessageGTE(v string) predicate.Guild

LevelUpMessageGTE applies the GTE predicate on the "level_up_message" field.

func LevelUpMessageHasPrefix

func LevelUpMessageHasPrefix(v string) predicate.Guild

LevelUpMessageHasPrefix applies the HasPrefix predicate on the "level_up_message" field.

func LevelUpMessageHasSuffix

func LevelUpMessageHasSuffix(v string) predicate.Guild

LevelUpMessageHasSuffix applies the HasSuffix predicate on the "level_up_message" field.

func LevelUpMessageIn

func LevelUpMessageIn(vs ...string) predicate.Guild

LevelUpMessageIn applies the In predicate on the "level_up_message" field.

func LevelUpMessageLT

func LevelUpMessageLT(v string) predicate.Guild

LevelUpMessageLT applies the LT predicate on the "level_up_message" field.

func LevelUpMessageLTE

func LevelUpMessageLTE(v string) predicate.Guild

LevelUpMessageLTE applies the LTE predicate on the "level_up_message" field.

func LevelUpMessageNEQ

func LevelUpMessageNEQ(v string) predicate.Guild

LevelUpMessageNEQ applies the NEQ predicate on the "level_up_message" field.

func LevelUpMessageNotIn

func LevelUpMessageNotIn(vs ...string) predicate.Guild

LevelUpMessageNotIn applies the NotIn predicate on the "level_up_message" field.

func Locale

func Locale(v discord.Locale) predicate.Guild

Locale applies equality check predicate on the "locale" field. It's identical to LocaleEQ.

func LocaleContains

func LocaleContains(v discord.Locale) predicate.Guild

LocaleContains applies the Contains predicate on the "locale" field.

func LocaleContainsFold

func LocaleContainsFold(v discord.Locale) predicate.Guild

LocaleContainsFold applies the ContainsFold predicate on the "locale" field.

func LocaleEQ

func LocaleEQ(v discord.Locale) predicate.Guild

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

func LocaleEqualFold

func LocaleEqualFold(v discord.Locale) predicate.Guild

LocaleEqualFold applies the EqualFold predicate on the "locale" field.

func LocaleGT

func LocaleGT(v discord.Locale) predicate.Guild

LocaleGT applies the GT predicate on the "locale" field.

func LocaleGTE

func LocaleGTE(v discord.Locale) predicate.Guild

LocaleGTE applies the GTE predicate on the "locale" field.

func LocaleHasPrefix

func LocaleHasPrefix(v discord.Locale) predicate.Guild

LocaleHasPrefix applies the HasPrefix predicate on the "locale" field.

func LocaleHasSuffix

func LocaleHasSuffix(v discord.Locale) predicate.Guild

LocaleHasSuffix applies the HasSuffix predicate on the "locale" field.

func LocaleIn

func LocaleIn(vs ...discord.Locale) predicate.Guild

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

func LocaleLT

func LocaleLT(v discord.Locale) predicate.Guild

LocaleLT applies the LT predicate on the "locale" field.

func LocaleLTE

func LocaleLTE(v discord.Locale) predicate.Guild

LocaleLTE applies the LTE predicate on the "locale" field.

func LocaleNEQ

func LocaleNEQ(v discord.Locale) predicate.Guild

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

func LocaleNotIn

func LocaleNotIn(vs ...discord.Locale) predicate.Guild

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

func Name

func Name(v string) predicate.Guild

Name applies equality check predicate on the "name" field. It's identical to NameEQ.

func NameContains

func NameContains(v string) predicate.Guild

NameContains applies the Contains predicate on the "name" field.

func NameContainsFold

func NameContainsFold(v string) predicate.Guild

NameContainsFold applies the ContainsFold predicate on the "name" field.

func NameEQ

func NameEQ(v string) predicate.Guild

NameEQ applies the EQ predicate on the "name" field.

func NameEqualFold

func NameEqualFold(v string) predicate.Guild

NameEqualFold applies the EqualFold predicate on the "name" field.

func NameGT

func NameGT(v string) predicate.Guild

NameGT applies the GT predicate on the "name" field.

func NameGTE

func NameGTE(v string) predicate.Guild

NameGTE applies the GTE predicate on the "name" field.

func NameHasPrefix

func NameHasPrefix(v string) predicate.Guild

NameHasPrefix applies the HasPrefix predicate on the "name" field.

func NameHasSuffix

func NameHasSuffix(v string) predicate.Guild

NameHasSuffix applies the HasSuffix predicate on the "name" field.

func NameIn

func NameIn(vs ...string) predicate.Guild

NameIn applies the In predicate on the "name" field.

func NameLT

func NameLT(v string) predicate.Guild

NameLT applies the LT predicate on the "name" field.

func NameLTE

func NameLTE(v string) predicate.Guild

NameLTE applies the LTE predicate on the "name" field.

func NameNEQ

func NameNEQ(v string) predicate.Guild

NameNEQ applies the NEQ predicate on the "name" field.

func NameNotIn

func NameNotIn(vs ...string) predicate.Guild

NameNotIn applies the NotIn predicate on the "name" field.

func Not

Not applies the not operator on the given predicate.

func Or

func Or(predicates ...predicate.Guild) predicate.Guild

Or groups predicates with the OR operator between them.

func RemindCount

func RemindCount(v int) predicate.Guild

RemindCount applies equality check predicate on the "remind_count" field. It's identical to RemindCountEQ.

func RemindCountEQ

func RemindCountEQ(v int) predicate.Guild

RemindCountEQ applies the EQ predicate on the "remind_count" field.

func RemindCountGT

func RemindCountGT(v int) predicate.Guild

RemindCountGT applies the GT predicate on the "remind_count" field.

func RemindCountGTE

func RemindCountGTE(v int) predicate.Guild

RemindCountGTE applies the GTE predicate on the "remind_count" field.

func RemindCountIn

func RemindCountIn(vs ...int) predicate.Guild

RemindCountIn applies the In predicate on the "remind_count" field.

func RemindCountLT

func RemindCountLT(v int) predicate.Guild

RemindCountLT applies the LT predicate on the "remind_count" field.

func RemindCountLTE

func RemindCountLTE(v int) predicate.Guild

RemindCountLTE applies the LTE predicate on the "remind_count" field.

func RemindCountNEQ

func RemindCountNEQ(v int) predicate.Guild

RemindCountNEQ applies the NEQ predicate on the "remind_count" field.

func RemindCountNotIn

func RemindCountNotIn(vs ...int) predicate.Guild

RemindCountNotIn applies the NotIn predicate on the "remind_count" field.

func UpEnabled

func UpEnabled(v bool) predicate.Guild

UpEnabled applies equality check predicate on the "up_enabled" field. It's identical to UpEnabledEQ.

func UpEnabledEQ

func UpEnabledEQ(v bool) predicate.Guild

UpEnabledEQ applies the EQ predicate on the "up_enabled" field.

func UpEnabledNEQ

func UpEnabledNEQ(v bool) predicate.Guild

UpEnabledNEQ applies the NEQ predicate on the "up_enabled" field.

func UpMention

func UpMention(v snowflake.ID) predicate.Guild

UpMention applies equality check predicate on the "up_mention" field. It's identical to UpMentionEQ.

func UpMentionEQ

func UpMentionEQ(v snowflake.ID) predicate.Guild

UpMentionEQ applies the EQ predicate on the "up_mention" field.

func UpMentionGT

func UpMentionGT(v snowflake.ID) predicate.Guild

UpMentionGT applies the GT predicate on the "up_mention" field.

func UpMentionGTE

func UpMentionGTE(v snowflake.ID) predicate.Guild

UpMentionGTE applies the GTE predicate on the "up_mention" field.

func UpMentionIn

func UpMentionIn(vs ...snowflake.ID) predicate.Guild

UpMentionIn applies the In predicate on the "up_mention" field.

func UpMentionIsNil

func UpMentionIsNil() predicate.Guild

UpMentionIsNil applies the IsNil predicate on the "up_mention" field.

func UpMentionLT

func UpMentionLT(v snowflake.ID) predicate.Guild

UpMentionLT applies the LT predicate on the "up_mention" field.

func UpMentionLTE

func UpMentionLTE(v snowflake.ID) predicate.Guild

UpMentionLTE applies the LTE predicate on the "up_mention" field.

func UpMentionNEQ

func UpMentionNEQ(v snowflake.ID) predicate.Guild

UpMentionNEQ applies the NEQ predicate on the "up_mention" field.

func UpMentionNotIn

func UpMentionNotIn(vs ...snowflake.ID) predicate.Guild

UpMentionNotIn applies the NotIn predicate on the "up_mention" field.

func UpMentionNotNil

func UpMentionNotNil() predicate.Guild

UpMentionNotNil applies the NotNil predicate on the "up_mention" field.

func UpMessage

func UpMessage(v string) predicate.Guild

UpMessage applies equality check predicate on the "up_message" field. It's identical to UpMessageEQ.

func UpMessageContains

func UpMessageContains(v string) predicate.Guild

UpMessageContains applies the Contains predicate on the "up_message" field.

func UpMessageContainsFold

func UpMessageContainsFold(v string) predicate.Guild

UpMessageContainsFold applies the ContainsFold predicate on the "up_message" field.

func UpMessageEQ

func UpMessageEQ(v string) predicate.Guild

UpMessageEQ applies the EQ predicate on the "up_message" field.

func UpMessageEqualFold

func UpMessageEqualFold(v string) predicate.Guild

UpMessageEqualFold applies the EqualFold predicate on the "up_message" field.

func UpMessageGT

func UpMessageGT(v string) predicate.Guild

UpMessageGT applies the GT predicate on the "up_message" field.

func UpMessageGTE

func UpMessageGTE(v string) predicate.Guild

UpMessageGTE applies the GTE predicate on the "up_message" field.

func UpMessageHasPrefix

func UpMessageHasPrefix(v string) predicate.Guild

UpMessageHasPrefix applies the HasPrefix predicate on the "up_message" field.

func UpMessageHasSuffix

func UpMessageHasSuffix(v string) predicate.Guild

UpMessageHasSuffix applies the HasSuffix predicate on the "up_message" field.

func UpMessageIn

func UpMessageIn(vs ...string) predicate.Guild

UpMessageIn applies the In predicate on the "up_message" field.

func UpMessageLT

func UpMessageLT(v string) predicate.Guild

UpMessageLT applies the LT predicate on the "up_message" field.

func UpMessageLTE

func UpMessageLTE(v string) predicate.Guild

UpMessageLTE applies the LTE predicate on the "up_message" field.

func UpMessageNEQ

func UpMessageNEQ(v string) predicate.Guild

UpMessageNEQ applies the NEQ predicate on the "up_message" field.

func UpMessageNotIn

func UpMessageNotIn(vs ...string) predicate.Guild

UpMessageNotIn applies the NotIn predicate on the "up_message" field.

func UpMessageTitle

func UpMessageTitle(v string) predicate.Guild

UpMessageTitle applies equality check predicate on the "up_message_title" field. It's identical to UpMessageTitleEQ.

func UpMessageTitleContains

func UpMessageTitleContains(v string) predicate.Guild

UpMessageTitleContains applies the Contains predicate on the "up_message_title" field.

func UpMessageTitleContainsFold

func UpMessageTitleContainsFold(v string) predicate.Guild

UpMessageTitleContainsFold applies the ContainsFold predicate on the "up_message_title" field.

func UpMessageTitleEQ

func UpMessageTitleEQ(v string) predicate.Guild

UpMessageTitleEQ applies the EQ predicate on the "up_message_title" field.

func UpMessageTitleEqualFold

func UpMessageTitleEqualFold(v string) predicate.Guild

UpMessageTitleEqualFold applies the EqualFold predicate on the "up_message_title" field.

func UpMessageTitleGT

func UpMessageTitleGT(v string) predicate.Guild

UpMessageTitleGT applies the GT predicate on the "up_message_title" field.

func UpMessageTitleGTE

func UpMessageTitleGTE(v string) predicate.Guild

UpMessageTitleGTE applies the GTE predicate on the "up_message_title" field.

func UpMessageTitleHasPrefix

func UpMessageTitleHasPrefix(v string) predicate.Guild

UpMessageTitleHasPrefix applies the HasPrefix predicate on the "up_message_title" field.

func UpMessageTitleHasSuffix

func UpMessageTitleHasSuffix(v string) predicate.Guild

UpMessageTitleHasSuffix applies the HasSuffix predicate on the "up_message_title" field.

func UpMessageTitleIn

func UpMessageTitleIn(vs ...string) predicate.Guild

UpMessageTitleIn applies the In predicate on the "up_message_title" field.

func UpMessageTitleLT

func UpMessageTitleLT(v string) predicate.Guild

UpMessageTitleLT applies the LT predicate on the "up_message_title" field.

func UpMessageTitleLTE

func UpMessageTitleLTE(v string) predicate.Guild

UpMessageTitleLTE applies the LTE predicate on the "up_message_title" field.

func UpMessageTitleNEQ

func UpMessageTitleNEQ(v string) predicate.Guild

UpMessageTitleNEQ applies the NEQ predicate on the "up_message_title" field.

func UpMessageTitleNotIn

func UpMessageTitleNotIn(vs ...string) predicate.Guild

UpMessageTitleNotIn applies the NotIn predicate on the "up_message_title" field.

func UpRemindMessage

func UpRemindMessage(v string) predicate.Guild

UpRemindMessage applies equality check predicate on the "up_remind_message" field. It's identical to UpRemindMessageEQ.

func UpRemindMessageContains

func UpRemindMessageContains(v string) predicate.Guild

UpRemindMessageContains applies the Contains predicate on the "up_remind_message" field.

func UpRemindMessageContainsFold

func UpRemindMessageContainsFold(v string) predicate.Guild

UpRemindMessageContainsFold applies the ContainsFold predicate on the "up_remind_message" field.

func UpRemindMessageEQ

func UpRemindMessageEQ(v string) predicate.Guild

UpRemindMessageEQ applies the EQ predicate on the "up_remind_message" field.

func UpRemindMessageEqualFold

func UpRemindMessageEqualFold(v string) predicate.Guild

UpRemindMessageEqualFold applies the EqualFold predicate on the "up_remind_message" field.

func UpRemindMessageGT

func UpRemindMessageGT(v string) predicate.Guild

UpRemindMessageGT applies the GT predicate on the "up_remind_message" field.

func UpRemindMessageGTE

func UpRemindMessageGTE(v string) predicate.Guild

UpRemindMessageGTE applies the GTE predicate on the "up_remind_message" field.

func UpRemindMessageHasPrefix

func UpRemindMessageHasPrefix(v string) predicate.Guild

UpRemindMessageHasPrefix applies the HasPrefix predicate on the "up_remind_message" field.

func UpRemindMessageHasSuffix

func UpRemindMessageHasSuffix(v string) predicate.Guild

UpRemindMessageHasSuffix applies the HasSuffix predicate on the "up_remind_message" field.

func UpRemindMessageIn

func UpRemindMessageIn(vs ...string) predicate.Guild

UpRemindMessageIn applies the In predicate on the "up_remind_message" field.

func UpRemindMessageLT

func UpRemindMessageLT(v string) predicate.Guild

UpRemindMessageLT applies the LT predicate on the "up_remind_message" field.

func UpRemindMessageLTE

func UpRemindMessageLTE(v string) predicate.Guild

UpRemindMessageLTE applies the LTE predicate on the "up_remind_message" field.

func UpRemindMessageNEQ

func UpRemindMessageNEQ(v string) predicate.Guild

UpRemindMessageNEQ applies the NEQ predicate on the "up_remind_message" field.

func UpRemindMessageNotIn

func UpRemindMessageNotIn(vs ...string) predicate.Guild

UpRemindMessageNotIn applies the NotIn predicate on the "up_remind_message" field.

func UpRemindMessageTitle

func UpRemindMessageTitle(v string) predicate.Guild

UpRemindMessageTitle applies equality check predicate on the "up_remind_message_title" field. It's identical to UpRemindMessageTitleEQ.

func UpRemindMessageTitleContains

func UpRemindMessageTitleContains(v string) predicate.Guild

UpRemindMessageTitleContains applies the Contains predicate on the "up_remind_message_title" field.

func UpRemindMessageTitleContainsFold

func UpRemindMessageTitleContainsFold(v string) predicate.Guild

UpRemindMessageTitleContainsFold applies the ContainsFold predicate on the "up_remind_message_title" field.

func UpRemindMessageTitleEQ

func UpRemindMessageTitleEQ(v string) predicate.Guild

UpRemindMessageTitleEQ applies the EQ predicate on the "up_remind_message_title" field.

func UpRemindMessageTitleEqualFold

func UpRemindMessageTitleEqualFold(v string) predicate.Guild

UpRemindMessageTitleEqualFold applies the EqualFold predicate on the "up_remind_message_title" field.

func UpRemindMessageTitleGT

func UpRemindMessageTitleGT(v string) predicate.Guild

UpRemindMessageTitleGT applies the GT predicate on the "up_remind_message_title" field.

func UpRemindMessageTitleGTE

func UpRemindMessageTitleGTE(v string) predicate.Guild

UpRemindMessageTitleGTE applies the GTE predicate on the "up_remind_message_title" field.

func UpRemindMessageTitleHasPrefix

func UpRemindMessageTitleHasPrefix(v string) predicate.Guild

UpRemindMessageTitleHasPrefix applies the HasPrefix predicate on the "up_remind_message_title" field.

func UpRemindMessageTitleHasSuffix

func UpRemindMessageTitleHasSuffix(v string) predicate.Guild

UpRemindMessageTitleHasSuffix applies the HasSuffix predicate on the "up_remind_message_title" field.

func UpRemindMessageTitleIn

func UpRemindMessageTitleIn(vs ...string) predicate.Guild

UpRemindMessageTitleIn applies the In predicate on the "up_remind_message_title" field.

func UpRemindMessageTitleLT

func UpRemindMessageTitleLT(v string) predicate.Guild

UpRemindMessageTitleLT applies the LT predicate on the "up_remind_message_title" field.

func UpRemindMessageTitleLTE

func UpRemindMessageTitleLTE(v string) predicate.Guild

UpRemindMessageTitleLTE applies the LTE predicate on the "up_remind_message_title" field.

func UpRemindMessageTitleNEQ

func UpRemindMessageTitleNEQ(v string) predicate.Guild

UpRemindMessageTitleNEQ applies the NEQ predicate on the "up_remind_message_title" field.

func UpRemindMessageTitleNotIn

func UpRemindMessageTitleNotIn(vs ...string) predicate.Guild

UpRemindMessageTitleNotIn applies the NotIn predicate on the "up_remind_message_title" field.

func ValidColumn

func ValidColumn(column string) bool

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

Types

type OrderOption

type OrderOption func(*sql.Selector)

OrderOption defines the ordering options for the Guild queries.

func ByBumpEnabled

func ByBumpEnabled(opts ...sql.OrderTermOption) OrderOption

ByBumpEnabled orders the results by the bump_enabled field.

func ByBumpMention

func ByBumpMention(opts ...sql.OrderTermOption) OrderOption

ByBumpMention orders the results by the bump_mention field.

func ByBumpMessage

func ByBumpMessage(opts ...sql.OrderTermOption) OrderOption

ByBumpMessage orders the results by the bump_message field.

func ByBumpMessageTitle

func ByBumpMessageTitle(opts ...sql.OrderTermOption) OrderOption

ByBumpMessageTitle orders the results by the bump_message_title field.

func ByBumpRemindMessage

func ByBumpRemindMessage(opts ...sql.OrderTermOption) OrderOption

ByBumpRemindMessage orders the results by the bump_remind_message field.

func ByBumpRemindMessageTitle

func ByBumpRemindMessageTitle(opts ...sql.OrderTermOption) OrderOption

ByBumpRemindMessageTitle orders the results by the bump_remind_message_title field.

func ByID

func ByID(opts ...sql.OrderTermOption) OrderOption

ByID orders the results by the id field.

func ByLevelMee6Imported

func ByLevelMee6Imported(opts ...sql.OrderTermOption) OrderOption

ByLevelMee6Imported orders the results by the level_mee6_imported field.

func ByLevelUpChannel

func ByLevelUpChannel(opts ...sql.OrderTermOption) OrderOption

ByLevelUpChannel orders the results by the level_up_channel field.

func ByLevelUpMessage

func ByLevelUpMessage(opts ...sql.OrderTermOption) OrderOption

ByLevelUpMessage orders the results by the level_up_message field.

func ByLocale

func ByLocale(opts ...sql.OrderTermOption) OrderOption

ByLocale orders the results by the locale field.

func ByMembers

func ByMembers(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByMembers orders the results by members terms.

func ByMembersCount

func ByMembersCount(opts ...sql.OrderTermOption) OrderOption

ByMembersCount orders the results by members count.

func ByMessagePins

func ByMessagePins(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByMessagePins orders the results by message_pins terms.

func ByMessagePinsCount

func ByMessagePinsCount(opts ...sql.OrderTermOption) OrderOption

ByMessagePinsCount orders the results by message_pins count.

func ByName

func ByName(opts ...sql.OrderTermOption) OrderOption

ByName orders the results by the name field.

func ByOwnerField

func ByOwnerField(field string, opts ...sql.OrderTermOption) OrderOption

ByOwnerField orders the results by owner field.

func ByRemindCount

func ByRemindCount(opts ...sql.OrderTermOption) OrderOption

ByRemindCount orders the results by the remind_count field.

func ByReminds

func ByReminds(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByReminds orders the results by reminds terms.

func ByRemindsCount

func ByRemindsCount(opts ...sql.OrderTermOption) OrderOption

ByRemindsCount orders the results by reminds count.

func ByRolePanelEdits

func ByRolePanelEdits(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByRolePanelEdits orders the results by role_panel_edits terms.

func ByRolePanelEditsCount

func ByRolePanelEditsCount(opts ...sql.OrderTermOption) OrderOption

ByRolePanelEditsCount orders the results by role_panel_edits count.

func ByRolePanelPlacements

func ByRolePanelPlacements(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByRolePanelPlacements orders the results by role_panel_placements terms.

func ByRolePanelPlacementsCount

func ByRolePanelPlacementsCount(opts ...sql.OrderTermOption) OrderOption

ByRolePanelPlacementsCount orders the results by role_panel_placements count.

func ByRolePanels

func ByRolePanels(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption

ByRolePanels orders the results by role_panels terms.

func ByRolePanelsCount

func ByRolePanelsCount(opts ...sql.OrderTermOption) OrderOption

ByRolePanelsCount orders the results by role_panels count.

func ByUpEnabled

func ByUpEnabled(opts ...sql.OrderTermOption) OrderOption

ByUpEnabled orders the results by the up_enabled field.

func ByUpMention

func ByUpMention(opts ...sql.OrderTermOption) OrderOption

ByUpMention orders the results by the up_mention field.

func ByUpMessage

func ByUpMessage(opts ...sql.OrderTermOption) OrderOption

ByUpMessage orders the results by the up_message field.

func ByUpMessageTitle

func ByUpMessageTitle(opts ...sql.OrderTermOption) OrderOption

ByUpMessageTitle orders the results by the up_message_title field.

func ByUpRemindMessage

func ByUpRemindMessage(opts ...sql.OrderTermOption) OrderOption

ByUpRemindMessage orders the results by the up_remind_message field.

func ByUpRemindMessageTitle

func ByUpRemindMessageTitle(opts ...sql.OrderTermOption) OrderOption

ByUpRemindMessageTitle orders the results by the up_remind_message_title field.

Jump to

Keyboard shortcuts

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