Documentation ¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.Robotstxt) predicate.Robotstxt
- func Body(v []byte) predicate.Robotstxt
- func BodyEQ(v []byte) predicate.Robotstxt
- func BodyGT(v []byte) predicate.Robotstxt
- func BodyGTE(v []byte) predicate.Robotstxt
- func BodyIn(vs ...[]byte) predicate.Robotstxt
- func BodyLT(v []byte) predicate.Robotstxt
- func BodyLTE(v []byte) predicate.Robotstxt
- func BodyNEQ(v []byte) predicate.Robotstxt
- func BodyNotIn(vs ...[]byte) predicate.Robotstxt
- func CreatedAt(v time.Time) predicate.Robotstxt
- func CreatedAtEQ(v time.Time) predicate.Robotstxt
- func CreatedAtGT(v time.Time) predicate.Robotstxt
- func CreatedAtGTE(v time.Time) predicate.Robotstxt
- func CreatedAtIn(vs ...time.Time) predicate.Robotstxt
- func CreatedAtLT(v time.Time) predicate.Robotstxt
- func CreatedAtLTE(v time.Time) predicate.Robotstxt
- func CreatedAtNEQ(v time.Time) predicate.Robotstxt
- func CreatedAtNotIn(vs ...time.Time) predicate.Robotstxt
- func Host(v string) predicate.Robotstxt
- func HostContains(v string) predicate.Robotstxt
- func HostContainsFold(v string) predicate.Robotstxt
- func HostEQ(v string) predicate.Robotstxt
- func HostEqualFold(v string) predicate.Robotstxt
- func HostGT(v string) predicate.Robotstxt
- func HostGTE(v string) predicate.Robotstxt
- func HostHasPrefix(v string) predicate.Robotstxt
- func HostHasSuffix(v string) predicate.Robotstxt
- func HostIn(vs ...string) predicate.Robotstxt
- func HostLT(v string) predicate.Robotstxt
- func HostLTE(v string) predicate.Robotstxt
- func HostNEQ(v string) predicate.Robotstxt
- func HostNotIn(vs ...string) predicate.Robotstxt
- func ID(id int) predicate.Robotstxt
- func IDEQ(id int) predicate.Robotstxt
- func IDGT(id int) predicate.Robotstxt
- func IDGTE(id int) predicate.Robotstxt
- func IDIn(ids ...int) predicate.Robotstxt
- func IDLT(id int) predicate.Robotstxt
- func IDLTE(id int) predicate.Robotstxt
- func IDNEQ(id int) predicate.Robotstxt
- func IDNotIn(ids ...int) predicate.Robotstxt
- func Not(p predicate.Robotstxt) predicate.Robotstxt
- func Or(predicates ...predicate.Robotstxt) predicate.Robotstxt
- func ResponseTime(v int64) predicate.Robotstxt
- func ResponseTimeEQ(v int64) predicate.Robotstxt
- func ResponseTimeGT(v int64) predicate.Robotstxt
- func ResponseTimeGTE(v int64) predicate.Robotstxt
- func ResponseTimeIn(vs ...int64) predicate.Robotstxt
- func ResponseTimeLT(v int64) predicate.Robotstxt
- func ResponseTimeLTE(v int64) predicate.Robotstxt
- func ResponseTimeNEQ(v int64) predicate.Robotstxt
- func ResponseTimeNotIn(vs ...int64) predicate.Robotstxt
- func ResponseURL(v string) predicate.Robotstxt
- func ResponseURLContains(v string) predicate.Robotstxt
- func ResponseURLContainsFold(v string) predicate.Robotstxt
- func ResponseURLEQ(v string) predicate.Robotstxt
- func ResponseURLEqualFold(v string) predicate.Robotstxt
- func ResponseURLGT(v string) predicate.Robotstxt
- func ResponseURLGTE(v string) predicate.Robotstxt
- func ResponseURLHasPrefix(v string) predicate.Robotstxt
- func ResponseURLHasSuffix(v string) predicate.Robotstxt
- func ResponseURLIn(vs ...string) predicate.Robotstxt
- func ResponseURLLT(v string) predicate.Robotstxt
- func ResponseURLLTE(v string) predicate.Robotstxt
- func ResponseURLNEQ(v string) predicate.Robotstxt
- func ResponseURLNotIn(vs ...string) predicate.Robotstxt
- func Scheme(v string) predicate.Robotstxt
- func SchemeContains(v string) predicate.Robotstxt
- func SchemeContainsFold(v string) predicate.Robotstxt
- func SchemeEQ(v string) predicate.Robotstxt
- func SchemeEqualFold(v string) predicate.Robotstxt
- func SchemeGT(v string) predicate.Robotstxt
- func SchemeGTE(v string) predicate.Robotstxt
- func SchemeHasPrefix(v string) predicate.Robotstxt
- func SchemeHasSuffix(v string) predicate.Robotstxt
- func SchemeIn(vs ...string) predicate.Robotstxt
- func SchemeLT(v string) predicate.Robotstxt
- func SchemeLTE(v string) predicate.Robotstxt
- func SchemeNEQ(v string) predicate.Robotstxt
- func SchemeNotIn(vs ...string) predicate.Robotstxt
- func Statuscode(v int32) predicate.Robotstxt
- func StatuscodeEQ(v int32) predicate.Robotstxt
- func StatuscodeGT(v int32) predicate.Robotstxt
- func StatuscodeGTE(v int32) predicate.Robotstxt
- func StatuscodeIn(vs ...int32) predicate.Robotstxt
- func StatuscodeLT(v int32) predicate.Robotstxt
- func StatuscodeLTE(v int32) predicate.Robotstxt
- func StatuscodeNEQ(v int32) predicate.Robotstxt
- func StatuscodeNotIn(vs ...int32) predicate.Robotstxt
- func UpdatedAt(v time.Time) predicate.Robotstxt
- func UpdatedAtEQ(v time.Time) predicate.Robotstxt
- func UpdatedAtGT(v time.Time) predicate.Robotstxt
- func UpdatedAtGTE(v time.Time) predicate.Robotstxt
- func UpdatedAtIn(vs ...time.Time) predicate.Robotstxt
- func UpdatedAtLT(v time.Time) predicate.Robotstxt
- func UpdatedAtLTE(v time.Time) predicate.Robotstxt
- func UpdatedAtNEQ(v time.Time) predicate.Robotstxt
- func UpdatedAtNotIn(vs ...time.Time) predicate.Robotstxt
Constants ¶
const ( // Label holds the string label denoting the robotstxt type in the database. Label = "robotstxt" // FieldID holds the string denoting the id field in the database. FieldID = "id" // FieldCreatedAt holds the string denoting the created_at vertex property in the database. FieldCreatedAt = "created_at" // FieldUpdatedAt holds the string denoting the updated_at vertex property in the database. FieldUpdatedAt = "updated_at" // FieldHost holds the string denoting the host vertex property in the database. FieldHost = "host" // FieldScheme holds the string denoting the scheme vertex property in the database. FieldScheme = "scheme" // FieldResponseURL holds the string denoting the response_url vertex property in the database. FieldResponseURL = "response_url" // FieldBody holds the string denoting the body vertex property in the database. FieldBody = "body" // FieldStatuscode holds the string denoting the statuscode vertex property in the database. FieldStatuscode = "statuscode" // FieldResponseTime holds the string denoting the response_time vertex property in the database. FieldResponseTime = "response_time" // Table holds the table name of the robotstxt in the database. Table = "robotstxts" )
Variables ¶
var ( // DefaultCreatedAt holds the default value on creation for the created_at field. DefaultCreatedAt func() 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 )
var Columns = []string{ FieldID, FieldCreatedAt, FieldUpdatedAt, FieldHost, FieldScheme, FieldResponseURL, FieldBody, FieldStatuscode, FieldResponseTime, }
Columns holds all SQL columns for robotstxt fields.
Functions ¶
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 HostContains ¶
HostContains applies the Contains predicate on the "host" field.
func HostContainsFold ¶
HostContainsFold applies the ContainsFold predicate on the "host" field.
func HostEqualFold ¶
HostEqualFold applies the EqualFold predicate on the "host" field.
func HostHasPrefix ¶
HostHasPrefix applies the HasPrefix predicate on the "host" field.
func HostHasSuffix ¶
HostHasSuffix applies the HasSuffix predicate on the "host" field.
func ResponseTime ¶
ResponseTime applies equality check predicate on the "response_time" field. It's identical to ResponseTimeEQ.
func ResponseTimeEQ ¶
ResponseTimeEQ applies the EQ predicate on the "response_time" field.
func ResponseTimeGT ¶
ResponseTimeGT applies the GT predicate on the "response_time" field.
func ResponseTimeGTE ¶
ResponseTimeGTE applies the GTE predicate on the "response_time" field.
func ResponseTimeIn ¶
ResponseTimeIn applies the In predicate on the "response_time" field.
func ResponseTimeLT ¶
ResponseTimeLT applies the LT predicate on the "response_time" field.
func ResponseTimeLTE ¶
ResponseTimeLTE applies the LTE predicate on the "response_time" field.
func ResponseTimeNEQ ¶
ResponseTimeNEQ applies the NEQ predicate on the "response_time" field.
func ResponseTimeNotIn ¶
ResponseTimeNotIn applies the NotIn predicate on the "response_time" field.
func ResponseURL ¶
ResponseURL applies equality check predicate on the "response_url" field. It's identical to ResponseURLEQ.
func ResponseURLContains ¶
ResponseURLContains applies the Contains predicate on the "response_url" field.
func ResponseURLContainsFold ¶
ResponseURLContainsFold applies the ContainsFold predicate on the "response_url" field.
func ResponseURLEQ ¶
ResponseURLEQ applies the EQ predicate on the "response_url" field.
func ResponseURLEqualFold ¶
ResponseURLEqualFold applies the EqualFold predicate on the "response_url" field.
func ResponseURLGT ¶
ResponseURLGT applies the GT predicate on the "response_url" field.
func ResponseURLGTE ¶
ResponseURLGTE applies the GTE predicate on the "response_url" field.
func ResponseURLHasPrefix ¶
ResponseURLHasPrefix applies the HasPrefix predicate on the "response_url" field.
func ResponseURLHasSuffix ¶
ResponseURLHasSuffix applies the HasSuffix predicate on the "response_url" field.
func ResponseURLIn ¶
ResponseURLIn applies the In predicate on the "response_url" field.
func ResponseURLLT ¶
ResponseURLLT applies the LT predicate on the "response_url" field.
func ResponseURLLTE ¶
ResponseURLLTE applies the LTE predicate on the "response_url" field.
func ResponseURLNEQ ¶
ResponseURLNEQ applies the NEQ predicate on the "response_url" field.
func ResponseURLNotIn ¶
ResponseURLNotIn applies the NotIn predicate on the "response_url" field.
func Scheme ¶
Scheme applies equality check predicate on the "scheme" field. It's identical to SchemeEQ.
func SchemeContains ¶
SchemeContains applies the Contains predicate on the "scheme" field.
func SchemeContainsFold ¶
SchemeContainsFold applies the ContainsFold predicate on the "scheme" field.
func SchemeEqualFold ¶
SchemeEqualFold applies the EqualFold predicate on the "scheme" field.
func SchemeHasPrefix ¶
SchemeHasPrefix applies the HasPrefix predicate on the "scheme" field.
func SchemeHasSuffix ¶
SchemeHasSuffix applies the HasSuffix predicate on the "scheme" field.
func SchemeNotIn ¶
SchemeNotIn applies the NotIn predicate on the "scheme" field.
func Statuscode ¶
Statuscode applies equality check predicate on the "statuscode" field. It's identical to StatuscodeEQ.
func StatuscodeEQ ¶
StatuscodeEQ applies the EQ predicate on the "statuscode" field.
func StatuscodeGT ¶
StatuscodeGT applies the GT predicate on the "statuscode" field.
func StatuscodeGTE ¶
StatuscodeGTE applies the GTE predicate on the "statuscode" field.
func StatuscodeIn ¶
StatuscodeIn applies the In predicate on the "statuscode" field.
func StatuscodeLT ¶
StatuscodeLT applies the LT predicate on the "statuscode" field.
func StatuscodeLTE ¶
StatuscodeLTE applies the LTE predicate on the "statuscode" field.
func StatuscodeNEQ ¶
StatuscodeNEQ applies the NEQ predicate on the "statuscode" field.
func StatuscodeNotIn ¶
StatuscodeNotIn applies the NotIn predicate on the "statuscode" field.
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.
Types ¶
This section is empty.