Documentation ¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.FeedConfig) predicate.FeedConfig
- func AuthorAccount(v model.InternalID) predicate.FeedConfig
- func AuthorAccountEQ(v model.InternalID) predicate.FeedConfig
- func AuthorAccountGT(v model.InternalID) predicate.FeedConfig
- func AuthorAccountGTE(v model.InternalID) predicate.FeedConfig
- func AuthorAccountIn(vs ...model.InternalID) predicate.FeedConfig
- func AuthorAccountLT(v model.InternalID) predicate.FeedConfig
- func AuthorAccountLTE(v model.InternalID) predicate.FeedConfig
- func AuthorAccountNEQ(v model.InternalID) predicate.FeedConfig
- func AuthorAccountNotIn(vs ...model.InternalID) predicate.FeedConfig
- func CreatedAt(v time.Time) predicate.FeedConfig
- func CreatedAtEQ(v time.Time) predicate.FeedConfig
- func CreatedAtGT(v time.Time) predicate.FeedConfig
- func CreatedAtGTE(v time.Time) predicate.FeedConfig
- func CreatedAtIn(vs ...time.Time) predicate.FeedConfig
- func CreatedAtLT(v time.Time) predicate.FeedConfig
- func CreatedAtLTE(v time.Time) predicate.FeedConfig
- func CreatedAtNEQ(v time.Time) predicate.FeedConfig
- func CreatedAtNotIn(vs ...time.Time) predicate.FeedConfig
- func FeedURL(v string) predicate.FeedConfig
- func FeedURLContains(v string) predicate.FeedConfig
- func FeedURLContainsFold(v string) predicate.FeedConfig
- func FeedURLEQ(v string) predicate.FeedConfig
- func FeedURLEqualFold(v string) predicate.FeedConfig
- func FeedURLGT(v string) predicate.FeedConfig
- func FeedURLGTE(v string) predicate.FeedConfig
- func FeedURLHasPrefix(v string) predicate.FeedConfig
- func FeedURLHasSuffix(v string) predicate.FeedConfig
- func FeedURLIn(vs ...string) predicate.FeedConfig
- func FeedURLLT(v string) predicate.FeedConfig
- func FeedURLLTE(v string) predicate.FeedConfig
- func FeedURLNEQ(v string) predicate.FeedConfig
- func FeedURLNotIn(vs ...string) predicate.FeedConfig
- func HasFeed() predicate.FeedConfig
- func HasFeedWith(preds ...predicate.Feed) predicate.FeedConfig
- func HasUser() predicate.FeedConfig
- func HasUserWith(preds ...predicate.User) predicate.FeedConfig
- func ID(id model.InternalID) predicate.FeedConfig
- func IDEQ(id model.InternalID) predicate.FeedConfig
- func IDGT(id model.InternalID) predicate.FeedConfig
- func IDGTE(id model.InternalID) predicate.FeedConfig
- func IDIn(ids ...model.InternalID) predicate.FeedConfig
- func IDLT(id model.InternalID) predicate.FeedConfig
- func IDLTE(id model.InternalID) predicate.FeedConfig
- func IDNEQ(id model.InternalID) predicate.FeedConfig
- func IDNotIn(ids ...model.InternalID) predicate.FeedConfig
- func LatestPullAt(v time.Time) predicate.FeedConfig
- func LatestPullAtEQ(v time.Time) predicate.FeedConfig
- func LatestPullAtGT(v time.Time) predicate.FeedConfig
- func LatestPullAtGTE(v time.Time) predicate.FeedConfig
- func LatestPullAtIn(vs ...time.Time) predicate.FeedConfig
- func LatestPullAtLT(v time.Time) predicate.FeedConfig
- func LatestPullAtLTE(v time.Time) predicate.FeedConfig
- func LatestPullAtNEQ(v time.Time) predicate.FeedConfig
- func LatestPullAtNotIn(vs ...time.Time) predicate.FeedConfig
- func Name(v string) predicate.FeedConfig
- func NameContains(v string) predicate.FeedConfig
- func NameContainsFold(v string) predicate.FeedConfig
- func NameEQ(v string) predicate.FeedConfig
- func NameEqualFold(v string) predicate.FeedConfig
- func NameGT(v string) predicate.FeedConfig
- func NameGTE(v string) predicate.FeedConfig
- func NameHasPrefix(v string) predicate.FeedConfig
- func NameHasSuffix(v string) predicate.FeedConfig
- func NameIn(vs ...string) predicate.FeedConfig
- func NameLT(v string) predicate.FeedConfig
- func NameLTE(v string) predicate.FeedConfig
- func NameNEQ(v string) predicate.FeedConfig
- func NameNotIn(vs ...string) predicate.FeedConfig
- func NextPullBeginAt(v time.Time) predicate.FeedConfig
- func NextPullBeginAtEQ(v time.Time) predicate.FeedConfig
- func NextPullBeginAtGT(v time.Time) predicate.FeedConfig
- func NextPullBeginAtGTE(v time.Time) predicate.FeedConfig
- func NextPullBeginAtIn(vs ...time.Time) predicate.FeedConfig
- func NextPullBeginAtLT(v time.Time) predicate.FeedConfig
- func NextPullBeginAtLTE(v time.Time) predicate.FeedConfig
- func NextPullBeginAtNEQ(v time.Time) predicate.FeedConfig
- func NextPullBeginAtNotIn(vs ...time.Time) predicate.FeedConfig
- func Not(p predicate.FeedConfig) predicate.FeedConfig
- func Or(predicates ...predicate.FeedConfig) predicate.FeedConfig
- func PullInterval(v time.Duration) predicate.FeedConfig
- func PullIntervalEQ(v time.Duration) predicate.FeedConfig
- func PullIntervalGT(v time.Duration) predicate.FeedConfig
- func PullIntervalGTE(v time.Duration) predicate.FeedConfig
- func PullIntervalIn(vs ...time.Duration) predicate.FeedConfig
- func PullIntervalLT(v time.Duration) predicate.FeedConfig
- func PullIntervalLTE(v time.Duration) predicate.FeedConfig
- func PullIntervalNEQ(v time.Duration) predicate.FeedConfig
- func PullIntervalNotIn(vs ...time.Duration) predicate.FeedConfig
- func SourceEQ(v Source) predicate.FeedConfig
- func SourceIn(vs ...Source) predicate.FeedConfig
- func SourceNEQ(v Source) predicate.FeedConfig
- func SourceNotIn(vs ...Source) predicate.FeedConfig
- func SourceValidator(s Source) error
- func StatusEQ(v Status) predicate.FeedConfig
- func StatusIn(vs ...Status) predicate.FeedConfig
- func StatusNEQ(v Status) predicate.FeedConfig
- func StatusNotIn(vs ...Status) predicate.FeedConfig
- func StatusValidator(s Status) error
- func UpdatedAt(v time.Time) predicate.FeedConfig
- func UpdatedAtEQ(v time.Time) predicate.FeedConfig
- func UpdatedAtGT(v time.Time) predicate.FeedConfig
- func UpdatedAtGTE(v time.Time) predicate.FeedConfig
- func UpdatedAtIn(vs ...time.Time) predicate.FeedConfig
- func UpdatedAtLT(v time.Time) predicate.FeedConfig
- func UpdatedAtLTE(v time.Time) predicate.FeedConfig
- func UpdatedAtNEQ(v time.Time) predicate.FeedConfig
- func UpdatedAtNotIn(vs ...time.Time) predicate.FeedConfig
- func ValidColumn(column string) bool
- type Source
- type Status
Constants ¶
const ( // Label holds the string label denoting the feedconfig type in the database. Label = "feed_config" // 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" // FieldFeedURL holds the string denoting the feed_url field in the database. FieldFeedURL = "feed_url" // FieldAuthorAccount holds the string denoting the author_account field in the database. FieldAuthorAccount = "author_account" // FieldSource holds the string denoting the source field in the database. FieldSource = "source" // FieldStatus holds the string denoting the status field in the database. FieldStatus = "status" // FieldPullInterval holds the string denoting the pull_interval field in the database. FieldPullInterval = "pull_interval" // FieldLatestPullAt holds the string denoting the latest_pull_at field in the database. FieldLatestPullAt = "latest_pull_at" // FieldNextPullBeginAt holds the string denoting the next_pull_begin_at field in the database. FieldNextPullBeginAt = "next_pull_begin_at" // 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" // EdgeUser holds the string denoting the user edge name in mutations. EdgeUser = "user" // EdgeFeed holds the string denoting the feed edge name in mutations. EdgeFeed = "feed" // Table holds the table name of the feedconfig in the database. Table = "feed_configs" // UserTable is the table that holds the user relation/edge. UserTable = "feed_configs" // UserInverseTable is the table name for the User entity. // It exists in this package in order to avoid circular dependency with the "user" package. UserInverseTable = "users" // UserColumn is the table column denoting the user relation/edge. UserColumn = "user_feed_config" // FeedTable is the table that holds the feed relation/edge. FeedTable = "feeds" // FeedInverseTable is the table name for the Feed entity. // It exists in this package in order to avoid circular dependency with the "feed" package. FeedInverseTable = "feeds" // FeedColumn is the table column denoting the feed relation/edge. FeedColumn = "feed_config_feed" )
Variables ¶
var ( // DefaultLatestPullAt holds the default value on creation for the "latest_pull_at" field. DefaultLatestPullAt time.Time // DefaultNextPullBeginAt holds the default value on creation for the "next_pull_begin_at" field. DefaultNextPullBeginAt time.Time // 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, FieldName, FieldFeedURL, FieldAuthorAccount, FieldSource, FieldStatus, FieldPullInterval, FieldLatestPullAt, FieldNextPullBeginAt, FieldUpdatedAt, FieldCreatedAt, }
Columns holds all SQL columns for feedconfig fields.
var ForeignKeys = []string{
"user_feed_config",
}
ForeignKeys holds the SQL foreign-keys that are owned by the "feed_configs" table and are not defined as standalone fields in the schema.
Functions ¶
func And ¶
func And(predicates ...predicate.FeedConfig) predicate.FeedConfig
And groups predicates with the AND operator between them.
func AuthorAccount ¶
func AuthorAccount(v model.InternalID) predicate.FeedConfig
AuthorAccount applies equality check predicate on the "author_account" field. It's identical to AuthorAccountEQ.
func AuthorAccountEQ ¶
func AuthorAccountEQ(v model.InternalID) predicate.FeedConfig
AuthorAccountEQ applies the EQ predicate on the "author_account" field.
func AuthorAccountGT ¶
func AuthorAccountGT(v model.InternalID) predicate.FeedConfig
AuthorAccountGT applies the GT predicate on the "author_account" field.
func AuthorAccountGTE ¶
func AuthorAccountGTE(v model.InternalID) predicate.FeedConfig
AuthorAccountGTE applies the GTE predicate on the "author_account" field.
func AuthorAccountIn ¶
func AuthorAccountIn(vs ...model.InternalID) predicate.FeedConfig
AuthorAccountIn applies the In predicate on the "author_account" field.
func AuthorAccountLT ¶
func AuthorAccountLT(v model.InternalID) predicate.FeedConfig
AuthorAccountLT applies the LT predicate on the "author_account" field.
func AuthorAccountLTE ¶
func AuthorAccountLTE(v model.InternalID) predicate.FeedConfig
AuthorAccountLTE applies the LTE predicate on the "author_account" field.
func AuthorAccountNEQ ¶
func AuthorAccountNEQ(v model.InternalID) predicate.FeedConfig
AuthorAccountNEQ applies the NEQ predicate on the "author_account" field.
func AuthorAccountNotIn ¶
func AuthorAccountNotIn(vs ...model.InternalID) predicate.FeedConfig
AuthorAccountNotIn applies the NotIn predicate on the "author_account" field.
func CreatedAt ¶
func CreatedAt(v time.Time) predicate.FeedConfig
CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.
func CreatedAtEQ ¶
func CreatedAtEQ(v time.Time) predicate.FeedConfig
CreatedAtEQ applies the EQ predicate on the "created_at" field.
func CreatedAtGT ¶
func CreatedAtGT(v time.Time) predicate.FeedConfig
CreatedAtGT applies the GT predicate on the "created_at" field.
func CreatedAtGTE ¶
func CreatedAtGTE(v time.Time) predicate.FeedConfig
CreatedAtGTE applies the GTE predicate on the "created_at" field.
func CreatedAtIn ¶
func CreatedAtIn(vs ...time.Time) predicate.FeedConfig
CreatedAtIn applies the In predicate on the "created_at" field.
func CreatedAtLT ¶
func CreatedAtLT(v time.Time) predicate.FeedConfig
CreatedAtLT applies the LT predicate on the "created_at" field.
func CreatedAtLTE ¶
func CreatedAtLTE(v time.Time) predicate.FeedConfig
CreatedAtLTE applies the LTE predicate on the "created_at" field.
func CreatedAtNEQ ¶
func CreatedAtNEQ(v time.Time) predicate.FeedConfig
CreatedAtNEQ applies the NEQ predicate on the "created_at" field.
func CreatedAtNotIn ¶
func CreatedAtNotIn(vs ...time.Time) predicate.FeedConfig
CreatedAtNotIn applies the NotIn predicate on the "created_at" field.
func FeedURL ¶
func FeedURL(v string) predicate.FeedConfig
FeedURL applies equality check predicate on the "feed_url" field. It's identical to FeedURLEQ.
func FeedURLContains ¶
func FeedURLContains(v string) predicate.FeedConfig
FeedURLContains applies the Contains predicate on the "feed_url" field.
func FeedURLContainsFold ¶
func FeedURLContainsFold(v string) predicate.FeedConfig
FeedURLContainsFold applies the ContainsFold predicate on the "feed_url" field.
func FeedURLEQ ¶
func FeedURLEQ(v string) predicate.FeedConfig
FeedURLEQ applies the EQ predicate on the "feed_url" field.
func FeedURLEqualFold ¶
func FeedURLEqualFold(v string) predicate.FeedConfig
FeedURLEqualFold applies the EqualFold predicate on the "feed_url" field.
func FeedURLGT ¶
func FeedURLGT(v string) predicate.FeedConfig
FeedURLGT applies the GT predicate on the "feed_url" field.
func FeedURLGTE ¶
func FeedURLGTE(v string) predicate.FeedConfig
FeedURLGTE applies the GTE predicate on the "feed_url" field.
func FeedURLHasPrefix ¶
func FeedURLHasPrefix(v string) predicate.FeedConfig
FeedURLHasPrefix applies the HasPrefix predicate on the "feed_url" field.
func FeedURLHasSuffix ¶
func FeedURLHasSuffix(v string) predicate.FeedConfig
FeedURLHasSuffix applies the HasSuffix predicate on the "feed_url" field.
func FeedURLIn ¶
func FeedURLIn(vs ...string) predicate.FeedConfig
FeedURLIn applies the In predicate on the "feed_url" field.
func FeedURLLT ¶
func FeedURLLT(v string) predicate.FeedConfig
FeedURLLT applies the LT predicate on the "feed_url" field.
func FeedURLLTE ¶
func FeedURLLTE(v string) predicate.FeedConfig
FeedURLLTE applies the LTE predicate on the "feed_url" field.
func FeedURLNEQ ¶
func FeedURLNEQ(v string) predicate.FeedConfig
FeedURLNEQ applies the NEQ predicate on the "feed_url" field.
func FeedURLNotIn ¶
func FeedURLNotIn(vs ...string) predicate.FeedConfig
FeedURLNotIn applies the NotIn predicate on the "feed_url" field.
func HasFeed ¶
func HasFeed() predicate.FeedConfig
HasFeed applies the HasEdge predicate on the "feed" edge.
func HasFeedWith ¶
func HasFeedWith(preds ...predicate.Feed) predicate.FeedConfig
HasFeedWith applies the HasEdge predicate on the "feed" edge with a given conditions (other predicates).
func HasUser ¶ added in v0.0.6
func HasUser() predicate.FeedConfig
HasUser applies the HasEdge predicate on the "user" edge.
func HasUserWith ¶ added in v0.0.6
func HasUserWith(preds ...predicate.User) predicate.FeedConfig
HasUserWith applies the HasEdge predicate on the "user" edge with a given conditions (other predicates).
func ID ¶
func ID(id model.InternalID) predicate.FeedConfig
ID filters vertices based on their ID field.
func IDEQ ¶
func IDEQ(id model.InternalID) predicate.FeedConfig
IDEQ applies the EQ predicate on the ID field.
func IDGT ¶
func IDGT(id model.InternalID) predicate.FeedConfig
IDGT applies the GT predicate on the ID field.
func IDGTE ¶
func IDGTE(id model.InternalID) predicate.FeedConfig
IDGTE applies the GTE predicate on the ID field.
func IDIn ¶
func IDIn(ids ...model.InternalID) predicate.FeedConfig
IDIn applies the In predicate on the ID field.
func IDLT ¶
func IDLT(id model.InternalID) predicate.FeedConfig
IDLT applies the LT predicate on the ID field.
func IDLTE ¶
func IDLTE(id model.InternalID) predicate.FeedConfig
IDLTE applies the LTE predicate on the ID field.
func IDNEQ ¶
func IDNEQ(id model.InternalID) predicate.FeedConfig
IDNEQ applies the NEQ predicate on the ID field.
func IDNotIn ¶
func IDNotIn(ids ...model.InternalID) predicate.FeedConfig
IDNotIn applies the NotIn predicate on the ID field.
func LatestPullAt ¶ added in v0.0.8
func LatestPullAt(v time.Time) predicate.FeedConfig
LatestPullAt applies equality check predicate on the "latest_pull_at" field. It's identical to LatestPullAtEQ.
func LatestPullAtEQ ¶ added in v0.0.8
func LatestPullAtEQ(v time.Time) predicate.FeedConfig
LatestPullAtEQ applies the EQ predicate on the "latest_pull_at" field.
func LatestPullAtGT ¶ added in v0.0.8
func LatestPullAtGT(v time.Time) predicate.FeedConfig
LatestPullAtGT applies the GT predicate on the "latest_pull_at" field.
func LatestPullAtGTE ¶ added in v0.0.8
func LatestPullAtGTE(v time.Time) predicate.FeedConfig
LatestPullAtGTE applies the GTE predicate on the "latest_pull_at" field.
func LatestPullAtIn ¶ added in v0.0.8
func LatestPullAtIn(vs ...time.Time) predicate.FeedConfig
LatestPullAtIn applies the In predicate on the "latest_pull_at" field.
func LatestPullAtLT ¶ added in v0.0.8
func LatestPullAtLT(v time.Time) predicate.FeedConfig
LatestPullAtLT applies the LT predicate on the "latest_pull_at" field.
func LatestPullAtLTE ¶ added in v0.0.8
func LatestPullAtLTE(v time.Time) predicate.FeedConfig
LatestPullAtLTE applies the LTE predicate on the "latest_pull_at" field.
func LatestPullAtNEQ ¶ added in v0.0.8
func LatestPullAtNEQ(v time.Time) predicate.FeedConfig
LatestPullAtNEQ applies the NEQ predicate on the "latest_pull_at" field.
func LatestPullAtNotIn ¶ added in v0.0.8
func LatestPullAtNotIn(vs ...time.Time) predicate.FeedConfig
LatestPullAtNotIn applies the NotIn predicate on the "latest_pull_at" field.
func Name ¶ added in v0.0.9
func Name(v string) predicate.FeedConfig
Name applies equality check predicate on the "name" field. It's identical to NameEQ.
func NameContains ¶ added in v0.0.9
func NameContains(v string) predicate.FeedConfig
NameContains applies the Contains predicate on the "name" field.
func NameContainsFold ¶ added in v0.0.9
func NameContainsFold(v string) predicate.FeedConfig
NameContainsFold applies the ContainsFold predicate on the "name" field.
func NameEQ ¶ added in v0.0.9
func NameEQ(v string) predicate.FeedConfig
NameEQ applies the EQ predicate on the "name" field.
func NameEqualFold ¶ added in v0.0.9
func NameEqualFold(v string) predicate.FeedConfig
NameEqualFold applies the EqualFold predicate on the "name" field.
func NameGT ¶ added in v0.0.9
func NameGT(v string) predicate.FeedConfig
NameGT applies the GT predicate on the "name" field.
func NameGTE ¶ added in v0.0.9
func NameGTE(v string) predicate.FeedConfig
NameGTE applies the GTE predicate on the "name" field.
func NameHasPrefix ¶ added in v0.0.9
func NameHasPrefix(v string) predicate.FeedConfig
NameHasPrefix applies the HasPrefix predicate on the "name" field.
func NameHasSuffix ¶ added in v0.0.9
func NameHasSuffix(v string) predicate.FeedConfig
NameHasSuffix applies the HasSuffix predicate on the "name" field.
func NameIn ¶ added in v0.0.9
func NameIn(vs ...string) predicate.FeedConfig
NameIn applies the In predicate on the "name" field.
func NameLT ¶ added in v0.0.9
func NameLT(v string) predicate.FeedConfig
NameLT applies the LT predicate on the "name" field.
func NameLTE ¶ added in v0.0.9
func NameLTE(v string) predicate.FeedConfig
NameLTE applies the LTE predicate on the "name" field.
func NameNEQ ¶ added in v0.0.9
func NameNEQ(v string) predicate.FeedConfig
NameNEQ applies the NEQ predicate on the "name" field.
func NameNotIn ¶ added in v0.0.9
func NameNotIn(vs ...string) predicate.FeedConfig
NameNotIn applies the NotIn predicate on the "name" field.
func NextPullBeginAt ¶
func NextPullBeginAt(v time.Time) predicate.FeedConfig
NextPullBeginAt applies equality check predicate on the "next_pull_begin_at" field. It's identical to NextPullBeginAtEQ.
func NextPullBeginAtEQ ¶
func NextPullBeginAtEQ(v time.Time) predicate.FeedConfig
NextPullBeginAtEQ applies the EQ predicate on the "next_pull_begin_at" field.
func NextPullBeginAtGT ¶
func NextPullBeginAtGT(v time.Time) predicate.FeedConfig
NextPullBeginAtGT applies the GT predicate on the "next_pull_begin_at" field.
func NextPullBeginAtGTE ¶
func NextPullBeginAtGTE(v time.Time) predicate.FeedConfig
NextPullBeginAtGTE applies the GTE predicate on the "next_pull_begin_at" field.
func NextPullBeginAtIn ¶
func NextPullBeginAtIn(vs ...time.Time) predicate.FeedConfig
NextPullBeginAtIn applies the In predicate on the "next_pull_begin_at" field.
func NextPullBeginAtLT ¶
func NextPullBeginAtLT(v time.Time) predicate.FeedConfig
NextPullBeginAtLT applies the LT predicate on the "next_pull_begin_at" field.
func NextPullBeginAtLTE ¶
func NextPullBeginAtLTE(v time.Time) predicate.FeedConfig
NextPullBeginAtLTE applies the LTE predicate on the "next_pull_begin_at" field.
func NextPullBeginAtNEQ ¶
func NextPullBeginAtNEQ(v time.Time) predicate.FeedConfig
NextPullBeginAtNEQ applies the NEQ predicate on the "next_pull_begin_at" field.
func NextPullBeginAtNotIn ¶
func NextPullBeginAtNotIn(vs ...time.Time) predicate.FeedConfig
NextPullBeginAtNotIn applies the NotIn predicate on the "next_pull_begin_at" field.
func Not ¶
func Not(p predicate.FeedConfig) predicate.FeedConfig
Not applies the not operator on the given predicate.
func Or ¶
func Or(predicates ...predicate.FeedConfig) predicate.FeedConfig
Or groups predicates with the OR operator between them.
func PullInterval ¶
func PullInterval(v time.Duration) predicate.FeedConfig
PullInterval applies equality check predicate on the "pull_interval" field. It's identical to PullIntervalEQ.
func PullIntervalEQ ¶
func PullIntervalEQ(v time.Duration) predicate.FeedConfig
PullIntervalEQ applies the EQ predicate on the "pull_interval" field.
func PullIntervalGT ¶
func PullIntervalGT(v time.Duration) predicate.FeedConfig
PullIntervalGT applies the GT predicate on the "pull_interval" field.
func PullIntervalGTE ¶
func PullIntervalGTE(v time.Duration) predicate.FeedConfig
PullIntervalGTE applies the GTE predicate on the "pull_interval" field.
func PullIntervalIn ¶
func PullIntervalIn(vs ...time.Duration) predicate.FeedConfig
PullIntervalIn applies the In predicate on the "pull_interval" field.
func PullIntervalLT ¶
func PullIntervalLT(v time.Duration) predicate.FeedConfig
PullIntervalLT applies the LT predicate on the "pull_interval" field.
func PullIntervalLTE ¶
func PullIntervalLTE(v time.Duration) predicate.FeedConfig
PullIntervalLTE applies the LTE predicate on the "pull_interval" field.
func PullIntervalNEQ ¶
func PullIntervalNEQ(v time.Duration) predicate.FeedConfig
PullIntervalNEQ applies the NEQ predicate on the "pull_interval" field.
func PullIntervalNotIn ¶
func PullIntervalNotIn(vs ...time.Duration) predicate.FeedConfig
PullIntervalNotIn applies the NotIn predicate on the "pull_interval" field.
func SourceEQ ¶
func SourceEQ(v Source) predicate.FeedConfig
SourceEQ applies the EQ predicate on the "source" field.
func SourceIn ¶
func SourceIn(vs ...Source) predicate.FeedConfig
SourceIn applies the In predicate on the "source" field.
func SourceNEQ ¶
func SourceNEQ(v Source) predicate.FeedConfig
SourceNEQ applies the NEQ predicate on the "source" field.
func SourceNotIn ¶
func SourceNotIn(vs ...Source) predicate.FeedConfig
SourceNotIn applies the NotIn predicate on the "source" field.
func SourceValidator ¶
SourceValidator is a validator for the "source" field enum values. It is called by the builders before save.
func StatusEQ ¶
func StatusEQ(v Status) predicate.FeedConfig
StatusEQ applies the EQ predicate on the "status" field.
func StatusIn ¶
func StatusIn(vs ...Status) predicate.FeedConfig
StatusIn applies the In predicate on the "status" field.
func StatusNEQ ¶
func StatusNEQ(v Status) predicate.FeedConfig
StatusNEQ applies the NEQ predicate on the "status" field.
func StatusNotIn ¶
func StatusNotIn(vs ...Status) predicate.FeedConfig
StatusNotIn applies the NotIn predicate on the "status" field.
func StatusValidator ¶
StatusValidator is a validator for the "status" field enum values. It is called by the builders before save.
func UpdatedAt ¶
func UpdatedAt(v time.Time) predicate.FeedConfig
UpdatedAt applies equality check predicate on the "updated_at" field. It's identical to UpdatedAtEQ.
func UpdatedAtEQ ¶
func UpdatedAtEQ(v time.Time) predicate.FeedConfig
UpdatedAtEQ applies the EQ predicate on the "updated_at" field.
func UpdatedAtGT ¶
func UpdatedAtGT(v time.Time) predicate.FeedConfig
UpdatedAtGT applies the GT predicate on the "updated_at" field.
func UpdatedAtGTE ¶
func UpdatedAtGTE(v time.Time) predicate.FeedConfig
UpdatedAtGTE applies the GTE predicate on the "updated_at" field.
func UpdatedAtIn ¶
func UpdatedAtIn(vs ...time.Time) predicate.FeedConfig
UpdatedAtIn applies the In predicate on the "updated_at" field.
func UpdatedAtLT ¶
func UpdatedAtLT(v time.Time) predicate.FeedConfig
UpdatedAtLT applies the LT predicate on the "updated_at" field.
func UpdatedAtLTE ¶
func UpdatedAtLTE(v time.Time) predicate.FeedConfig
UpdatedAtLTE applies the LTE predicate on the "updated_at" field.
func UpdatedAtNEQ ¶
func UpdatedAtNEQ(v time.Time) predicate.FeedConfig
UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.
func UpdatedAtNotIn ¶
func UpdatedAtNotIn(vs ...time.Time) predicate.FeedConfig
UpdatedAtNotIn applies the NotIn predicate on the "updated_at" field.
func ValidColumn ¶
ValidColumn reports if the column name is valid (part of the table columns).