Documentation ¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.FeedItem) predicate.FeedItem
- func Content(v string) predicate.FeedItem
- func ContentContains(v string) predicate.FeedItem
- func ContentContainsFold(v string) predicate.FeedItem
- func ContentEQ(v string) predicate.FeedItem
- func ContentEqualFold(v string) predicate.FeedItem
- func ContentGT(v string) predicate.FeedItem
- func ContentGTE(v string) predicate.FeedItem
- func ContentHasPrefix(v string) predicate.FeedItem
- func ContentHasSuffix(v string) predicate.FeedItem
- func ContentIn(vs ...string) predicate.FeedItem
- func ContentLT(v string) predicate.FeedItem
- func ContentLTE(v string) predicate.FeedItem
- func ContentNEQ(v string) predicate.FeedItem
- func ContentNotIn(vs ...string) predicate.FeedItem
- func CreatedAt(v time.Time) predicate.FeedItem
- func CreatedAtEQ(v time.Time) predicate.FeedItem
- func CreatedAtGT(v time.Time) predicate.FeedItem
- func CreatedAtGTE(v time.Time) predicate.FeedItem
- func CreatedAtIn(vs ...time.Time) predicate.FeedItem
- func CreatedAtLT(v time.Time) predicate.FeedItem
- func CreatedAtLTE(v time.Time) predicate.FeedItem
- func CreatedAtNEQ(v time.Time) predicate.FeedItem
- func CreatedAtNotIn(vs ...time.Time) predicate.FeedItem
- func Description(v string) predicate.FeedItem
- func DescriptionContains(v string) predicate.FeedItem
- func DescriptionContainsFold(v string) predicate.FeedItem
- func DescriptionEQ(v string) predicate.FeedItem
- func DescriptionEqualFold(v string) predicate.FeedItem
- func DescriptionGT(v string) predicate.FeedItem
- func DescriptionGTE(v string) predicate.FeedItem
- func DescriptionHasPrefix(v string) predicate.FeedItem
- func DescriptionHasSuffix(v string) predicate.FeedItem
- func DescriptionIn(vs ...string) predicate.FeedItem
- func DescriptionLT(v string) predicate.FeedItem
- func DescriptionLTE(v string) predicate.FeedItem
- func DescriptionNEQ(v string) predicate.FeedItem
- func DescriptionNotIn(vs ...string) predicate.FeedItem
- func GUID(v string) predicate.FeedItem
- func GUIDContains(v string) predicate.FeedItem
- func GUIDContainsFold(v string) predicate.FeedItem
- func GUIDEQ(v string) predicate.FeedItem
- func GUIDEqualFold(v string) predicate.FeedItem
- func GUIDGT(v string) predicate.FeedItem
- func GUIDGTE(v string) predicate.FeedItem
- func GUIDHasPrefix(v string) predicate.FeedItem
- func GUIDHasSuffix(v string) predicate.FeedItem
- func GUIDIn(vs ...string) predicate.FeedItem
- func GUIDLT(v string) predicate.FeedItem
- func GUIDLTE(v string) predicate.FeedItem
- func GUIDNEQ(v string) predicate.FeedItem
- func GUIDNotIn(vs ...string) predicate.FeedItem
- func ID(id int) predicate.FeedItem
- func IDEQ(id int) predicate.FeedItem
- func IDGT(id int) predicate.FeedItem
- func IDGTE(id int) predicate.FeedItem
- func IDIn(ids ...int) predicate.FeedItem
- func IDLT(id int) predicate.FeedItem
- func IDLTE(id int) predicate.FeedItem
- func IDNEQ(id int) predicate.FeedItem
- func IDNotIn(ids ...int) predicate.FeedItem
- func InternalID(v int64) predicate.FeedItem
- func InternalIDEQ(v int64) predicate.FeedItem
- func InternalIDGT(v int64) predicate.FeedItem
- func InternalIDGTE(v int64) predicate.FeedItem
- func InternalIDIn(vs ...int64) predicate.FeedItem
- func InternalIDLT(v int64) predicate.FeedItem
- func InternalIDLTE(v int64) predicate.FeedItem
- func InternalIDNEQ(v int64) predicate.FeedItem
- func InternalIDNotIn(vs ...int64) predicate.FeedItem
- func Link(v string) predicate.FeedItem
- func LinkContains(v string) predicate.FeedItem
- func LinkContainsFold(v string) predicate.FeedItem
- func LinkEQ(v string) predicate.FeedItem
- func LinkEqualFold(v string) predicate.FeedItem
- func LinkGT(v string) predicate.FeedItem
- func LinkGTE(v string) predicate.FeedItem
- func LinkHasPrefix(v string) predicate.FeedItem
- func LinkHasSuffix(v string) predicate.FeedItem
- func LinkIn(vs ...string) predicate.FeedItem
- func LinkLT(v string) predicate.FeedItem
- func LinkLTE(v string) predicate.FeedItem
- func LinkNEQ(v string) predicate.FeedItem
- func LinkNotIn(vs ...string) predicate.FeedItem
- func Not(p predicate.FeedItem) predicate.FeedItem
- func Or(predicates ...predicate.FeedItem) predicate.FeedItem
- func Published(v string) predicate.FeedItem
- func PublishedContains(v string) predicate.FeedItem
- func PublishedContainsFold(v string) predicate.FeedItem
- func PublishedEQ(v string) predicate.FeedItem
- func PublishedEqualFold(v string) predicate.FeedItem
- func PublishedGT(v string) predicate.FeedItem
- func PublishedGTE(v string) predicate.FeedItem
- func PublishedHasPrefix(v string) predicate.FeedItem
- func PublishedHasSuffix(v string) predicate.FeedItem
- func PublishedIn(vs ...string) predicate.FeedItem
- func PublishedLT(v string) predicate.FeedItem
- func PublishedLTE(v string) predicate.FeedItem
- func PublishedNEQ(v string) predicate.FeedItem
- func PublishedNotIn(vs ...string) predicate.FeedItem
- func PublishedParsed(v time.Time) predicate.FeedItem
- func PublishedParsedEQ(v time.Time) predicate.FeedItem
- func PublishedParsedGT(v time.Time) predicate.FeedItem
- func PublishedParsedGTE(v time.Time) predicate.FeedItem
- func PublishedParsedIn(vs ...time.Time) predicate.FeedItem
- func PublishedParsedLT(v time.Time) predicate.FeedItem
- func PublishedParsedLTE(v time.Time) predicate.FeedItem
- func PublishedParsedNEQ(v time.Time) predicate.FeedItem
- func PublishedParsedNotIn(vs ...time.Time) predicate.FeedItem
- func Title(v string) predicate.FeedItem
- func TitleContains(v string) predicate.FeedItem
- func TitleContainsFold(v string) predicate.FeedItem
- func TitleEQ(v string) predicate.FeedItem
- func TitleEqualFold(v string) predicate.FeedItem
- func TitleGT(v string) predicate.FeedItem
- func TitleGTE(v string) predicate.FeedItem
- func TitleHasPrefix(v string) predicate.FeedItem
- func TitleHasSuffix(v string) predicate.FeedItem
- func TitleIn(vs ...string) predicate.FeedItem
- func TitleLT(v string) predicate.FeedItem
- func TitleLTE(v string) predicate.FeedItem
- func TitleNEQ(v string) predicate.FeedItem
- func TitleNotIn(vs ...string) predicate.FeedItem
- func Updated(v string) predicate.FeedItem
- func UpdatedAt(v time.Time) predicate.FeedItem
- func UpdatedAtEQ(v time.Time) predicate.FeedItem
- func UpdatedAtGT(v time.Time) predicate.FeedItem
- func UpdatedAtGTE(v time.Time) predicate.FeedItem
- func UpdatedAtIn(vs ...time.Time) predicate.FeedItem
- func UpdatedAtLT(v time.Time) predicate.FeedItem
- func UpdatedAtLTE(v time.Time) predicate.FeedItem
- func UpdatedAtNEQ(v time.Time) predicate.FeedItem
- func UpdatedAtNotIn(vs ...time.Time) predicate.FeedItem
- func UpdatedContains(v string) predicate.FeedItem
- func UpdatedContainsFold(v string) predicate.FeedItem
- func UpdatedEQ(v string) predicate.FeedItem
- func UpdatedEqualFold(v string) predicate.FeedItem
- func UpdatedGT(v string) predicate.FeedItem
- func UpdatedGTE(v string) predicate.FeedItem
- func UpdatedHasPrefix(v string) predicate.FeedItem
- func UpdatedHasSuffix(v string) predicate.FeedItem
- func UpdatedIn(vs ...string) predicate.FeedItem
- func UpdatedLT(v string) predicate.FeedItem
- func UpdatedLTE(v string) predicate.FeedItem
- func UpdatedNEQ(v string) predicate.FeedItem
- func UpdatedNotIn(vs ...string) predicate.FeedItem
- func UpdatedParsed(v time.Time) predicate.FeedItem
- func UpdatedParsedEQ(v time.Time) predicate.FeedItem
- func UpdatedParsedGT(v time.Time) predicate.FeedItem
- func UpdatedParsedGTE(v time.Time) predicate.FeedItem
- func UpdatedParsedIn(vs ...time.Time) predicate.FeedItem
- func UpdatedParsedLT(v time.Time) predicate.FeedItem
- func UpdatedParsedLTE(v time.Time) predicate.FeedItem
- func UpdatedParsedNEQ(v time.Time) predicate.FeedItem
- func UpdatedParsedNotIn(vs ...time.Time) predicate.FeedItem
- func ValidColumn(column string) bool
Constants ¶
const ( // Label holds the string label denoting the feeditem type in the database. Label = "feed_item" // FieldID holds the string denoting the id field in the database. FieldID = "id" // FieldInternalID holds the string denoting the internal_id field in the database. FieldInternalID = "internal_id" // FieldTitle holds the string denoting the title field in the database. FieldTitle = "title" // FieldAuthors holds the string denoting the authors field in the database. FieldAuthors = "authors" // FieldDescription holds the string denoting the description field in the database. FieldDescription = "description" // FieldContent holds the string denoting the content field in the database. FieldContent = "content" // FieldGUID holds the string denoting the guid field in the database. FieldGUID = "guid" // FieldLink holds the string denoting the link field in the database. FieldLink = "link" // FieldImage holds the string denoting the image field in the database. FieldImage = "image" // FieldPublished holds the string denoting the published field in the database. FieldPublished = "published" // FieldPublishedParsed holds the string denoting the published_parsed field in the database. FieldPublishedParsed = "published_parsed" // FieldUpdated holds the string denoting the updated field in the database. FieldUpdated = "updated" // FieldUpdatedParsed holds the string denoting the updated_parsed field in the database. FieldUpdatedParsed = "updated_parsed" // FieldEnclosure holds the string denoting the enclosure field in the database. FieldEnclosure = "enclosure" // FieldUpdatedAt holds the string denoting the updated_at field in the database. FieldUpdatedAt = "updated_at" // FieldCreatedAt holds the string denoting the created_at field in the database. FieldCreatedAt = "created_at" // Table holds the table name of the feeditem in the database. Table = "feed_items" )
Variables ¶
var ( // DefaultUpdatedAt holds the default value on creation for the "updated_at" field. DefaultUpdatedAt func() time.Time // UpdateDefaultUpdatedAt holds the default value on update for the "updated_at" field. UpdateDefaultUpdatedAt func() time.Time // DefaultCreatedAt holds the default value on creation for the "created_at" field. DefaultCreatedAt func() time.Time )
var Columns = []string{ FieldID, FieldInternalID, FieldTitle, FieldAuthors, FieldDescription, FieldContent, FieldGUID, FieldLink, FieldImage, FieldPublished, FieldPublishedParsed, FieldUpdated, FieldUpdatedParsed, FieldEnclosure, FieldUpdatedAt, FieldCreatedAt, }
Columns holds all SQL columns for feeditem fields.
Functions ¶
func Content ¶
Content applies equality check predicate on the "content" field. It's identical to ContentEQ.
func ContentContains ¶
ContentContains applies the Contains predicate on the "content" field.
func ContentContainsFold ¶
ContentContainsFold applies the ContainsFold predicate on the "content" field.
func ContentEqualFold ¶
ContentEqualFold applies the EqualFold predicate on the "content" field.
func ContentGTE ¶
ContentGTE applies the GTE predicate on the "content" field.
func ContentHasPrefix ¶
ContentHasPrefix applies the HasPrefix predicate on the "content" field.
func ContentHasSuffix ¶
ContentHasSuffix applies the HasSuffix 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 ¶
ContentNotIn applies the NotIn predicate on the "content" field.
func CreatedAt ¶
CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.
func CreatedAtEQ ¶
CreatedAtEQ applies the EQ predicate on the "created_at" field.
func CreatedAtGT ¶
CreatedAtGT applies the GT predicate on the "created_at" field.
func CreatedAtGTE ¶
CreatedAtGTE applies the GTE predicate on the "created_at" field.
func CreatedAtIn ¶
CreatedAtIn applies the In predicate on the "created_at" field.
func CreatedAtLT ¶
CreatedAtLT applies the LT predicate on the "created_at" field.
func CreatedAtLTE ¶
CreatedAtLTE applies the LTE predicate on the "created_at" field.
func CreatedAtNEQ ¶
CreatedAtNEQ applies the NEQ predicate on the "created_at" field.
func CreatedAtNotIn ¶
CreatedAtNotIn applies the NotIn predicate on the "created_at" field.
func Description ¶
Description applies equality check predicate on the "description" field. It's identical to DescriptionEQ.
func DescriptionContains ¶
DescriptionContains applies the Contains predicate on the "description" field.
func DescriptionContainsFold ¶
DescriptionContainsFold applies the ContainsFold predicate on the "description" field.
func DescriptionEQ ¶
DescriptionEQ applies the EQ predicate on the "description" field.
func DescriptionEqualFold ¶
DescriptionEqualFold applies the EqualFold predicate on the "description" field.
func DescriptionGT ¶
DescriptionGT applies the GT predicate on the "description" field.
func DescriptionGTE ¶
DescriptionGTE applies the GTE predicate on the "description" field.
func DescriptionHasPrefix ¶
DescriptionHasPrefix applies the HasPrefix predicate on the "description" field.
func DescriptionHasSuffix ¶
DescriptionHasSuffix applies the HasSuffix predicate on the "description" field.
func DescriptionIn ¶
DescriptionIn applies the In predicate on the "description" field.
func DescriptionLT ¶
DescriptionLT applies the LT predicate on the "description" field.
func DescriptionLTE ¶
DescriptionLTE applies the LTE predicate on the "description" field.
func DescriptionNEQ ¶
DescriptionNEQ applies the NEQ predicate on the "description" field.
func DescriptionNotIn ¶
DescriptionNotIn applies the NotIn predicate on the "description" field.
func GUIDContains ¶
GUIDContains applies the Contains predicate on the "guid" field.
func GUIDContainsFold ¶
GUIDContainsFold applies the ContainsFold predicate on the "guid" field.
func GUIDEqualFold ¶
GUIDEqualFold applies the EqualFold predicate on the "guid" field.
func GUIDHasPrefix ¶
GUIDHasPrefix applies the HasPrefix predicate on the "guid" field.
func GUIDHasSuffix ¶
GUIDHasSuffix applies the HasSuffix predicate on the "guid" field.
func InternalID ¶
InternalID applies equality check predicate on the "internal_id" field. It's identical to InternalIDEQ.
func InternalIDEQ ¶
InternalIDEQ applies the EQ predicate on the "internal_id" field.
func InternalIDGT ¶
InternalIDGT applies the GT predicate on the "internal_id" field.
func InternalIDGTE ¶
InternalIDGTE applies the GTE predicate on the "internal_id" field.
func InternalIDIn ¶
InternalIDIn applies the In predicate on the "internal_id" field.
func InternalIDLT ¶
InternalIDLT applies the LT predicate on the "internal_id" field.
func InternalIDLTE ¶
InternalIDLTE applies the LTE predicate on the "internal_id" field.
func InternalIDNEQ ¶
InternalIDNEQ applies the NEQ predicate on the "internal_id" field.
func InternalIDNotIn ¶
InternalIDNotIn applies the NotIn predicate on the "internal_id" field.
func LinkContains ¶
LinkContains applies the Contains predicate on the "link" field.
func LinkContainsFold ¶
LinkContainsFold applies the ContainsFold predicate on the "link" field.
func LinkEqualFold ¶
LinkEqualFold applies the EqualFold predicate on the "link" field.
func LinkHasPrefix ¶
LinkHasPrefix applies the HasPrefix predicate on the "link" field.
func LinkHasSuffix ¶
LinkHasSuffix applies the HasSuffix predicate on the "link" field.
func Published ¶
Published applies equality check predicate on the "published" field. It's identical to PublishedEQ.
func PublishedContains ¶
PublishedContains applies the Contains predicate on the "published" field.
func PublishedContainsFold ¶
PublishedContainsFold applies the ContainsFold predicate on the "published" field.
func PublishedEQ ¶
PublishedEQ applies the EQ predicate on the "published" field.
func PublishedEqualFold ¶
PublishedEqualFold applies the EqualFold predicate on the "published" field.
func PublishedGT ¶
PublishedGT applies the GT predicate on the "published" field.
func PublishedGTE ¶
PublishedGTE applies the GTE predicate on the "published" field.
func PublishedHasPrefix ¶
PublishedHasPrefix applies the HasPrefix predicate on the "published" field.
func PublishedHasSuffix ¶
PublishedHasSuffix applies the HasSuffix predicate on the "published" field.
func PublishedIn ¶
PublishedIn applies the In predicate on the "published" field.
func PublishedLT ¶
PublishedLT applies the LT predicate on the "published" field.
func PublishedLTE ¶
PublishedLTE applies the LTE predicate on the "published" field.
func PublishedNEQ ¶
PublishedNEQ applies the NEQ predicate on the "published" field.
func PublishedNotIn ¶
PublishedNotIn applies the NotIn predicate on the "published" field.
func PublishedParsed ¶
PublishedParsed applies equality check predicate on the "published_parsed" field. It's identical to PublishedParsedEQ.
func PublishedParsedEQ ¶
PublishedParsedEQ applies the EQ predicate on the "published_parsed" field.
func PublishedParsedGT ¶
PublishedParsedGT applies the GT predicate on the "published_parsed" field.
func PublishedParsedGTE ¶
PublishedParsedGTE applies the GTE predicate on the "published_parsed" field.
func PublishedParsedIn ¶
PublishedParsedIn applies the In predicate on the "published_parsed" field.
func PublishedParsedLT ¶
PublishedParsedLT applies the LT predicate on the "published_parsed" field.
func PublishedParsedLTE ¶
PublishedParsedLTE applies the LTE predicate on the "published_parsed" field.
func PublishedParsedNEQ ¶
PublishedParsedNEQ applies the NEQ predicate on the "published_parsed" field.
func PublishedParsedNotIn ¶
PublishedParsedNotIn applies the NotIn predicate on the "published_parsed" field.
func Title ¶
Title applies equality check predicate on the "title" field. It's identical to TitleEQ.
func TitleContains ¶
TitleContains applies the Contains predicate on the "title" field.
func TitleContainsFold ¶
TitleContainsFold applies the ContainsFold predicate on the "title" field.
func TitleEqualFold ¶
TitleEqualFold applies the EqualFold predicate on the "title" field.
func TitleHasPrefix ¶
TitleHasPrefix applies the HasPrefix predicate on the "title" field.
func TitleHasSuffix ¶
TitleHasSuffix applies the HasSuffix predicate on the "title" field.
func TitleNotIn ¶
TitleNotIn applies the NotIn predicate on the "title" field.
func Updated ¶
Updated applies equality check predicate on the "updated" field. It's identical to UpdatedEQ.
func UpdatedAt ¶
UpdatedAt applies equality check predicate on the "updated_at" field. It's identical to UpdatedAtEQ.
func UpdatedAtEQ ¶
UpdatedAtEQ applies the EQ predicate on the "updated_at" field.
func UpdatedAtGT ¶
UpdatedAtGT applies the GT predicate on the "updated_at" field.
func UpdatedAtGTE ¶
UpdatedAtGTE applies the GTE predicate on the "updated_at" field.
func UpdatedAtIn ¶
UpdatedAtIn applies the In predicate on the "updated_at" field.
func UpdatedAtLT ¶
UpdatedAtLT applies the LT predicate on the "updated_at" field.
func UpdatedAtLTE ¶
UpdatedAtLTE applies the LTE predicate on the "updated_at" field.
func UpdatedAtNEQ ¶
UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.
func UpdatedAtNotIn ¶
UpdatedAtNotIn applies the NotIn predicate on the "updated_at" field.
func UpdatedContains ¶
UpdatedContains applies the Contains predicate on the "updated" field.
func UpdatedContainsFold ¶
UpdatedContainsFold applies the ContainsFold predicate on the "updated" field.
func UpdatedEqualFold ¶
UpdatedEqualFold applies the EqualFold predicate on the "updated" field.
func UpdatedGTE ¶
UpdatedGTE applies the GTE predicate on the "updated" field.
func UpdatedHasPrefix ¶
UpdatedHasPrefix applies the HasPrefix predicate on the "updated" field.
func UpdatedHasSuffix ¶
UpdatedHasSuffix applies the HasSuffix predicate on the "updated" field.
func UpdatedLTE ¶
UpdatedLTE applies the LTE predicate on the "updated" field.
func UpdatedNEQ ¶
UpdatedNEQ applies the NEQ predicate on the "updated" field.
func UpdatedNotIn ¶
UpdatedNotIn applies the NotIn predicate on the "updated" field.
func UpdatedParsed ¶
UpdatedParsed applies equality check predicate on the "updated_parsed" field. It's identical to UpdatedParsedEQ.
func UpdatedParsedEQ ¶
UpdatedParsedEQ applies the EQ predicate on the "updated_parsed" field.
func UpdatedParsedGT ¶
UpdatedParsedGT applies the GT predicate on the "updated_parsed" field.
func UpdatedParsedGTE ¶
UpdatedParsedGTE applies the GTE predicate on the "updated_parsed" field.
func UpdatedParsedIn ¶
UpdatedParsedIn applies the In predicate on the "updated_parsed" field.
func UpdatedParsedLT ¶
UpdatedParsedLT applies the LT predicate on the "updated_parsed" field.
func UpdatedParsedLTE ¶
UpdatedParsedLTE applies the LTE predicate on the "updated_parsed" field.
func UpdatedParsedNEQ ¶
UpdatedParsedNEQ applies the NEQ predicate on the "updated_parsed" field.
func UpdatedParsedNotIn ¶
UpdatedParsedNotIn applies the NotIn predicate on the "updated_parsed" field.
func ValidColumn ¶
ValidColumn reports if the column name is valid (part of the table columns).
Types ¶
This section is empty.