Versions in this module Expand all Collapse all v0 v0.1.0 Mar 2, 2024 v0.0.7 Feb 27, 2024 Changes in this version + const EdgeHost + const EdgeTask + const FieldCreatedAt + const FieldID + const FieldKind + const FieldLastModifiedAt + const FieldPrincipal + const FieldSecret + const HostColumn + const HostInverseTable + const HostTable + const Label + const Table + const TaskColumn + const TaskInverseTable + const TaskTable + var Columns = []string + var DefaultCreatedAt func() time.Time + var DefaultLastModifiedAt func() time.Time + var ForeignKeys = []string + var PrincipalValidator func(string) error + var SecretValidator func(string) error + var UpdateDefaultLastModifiedAt func() time.Time + func And(predicates ...predicate.HostCredential) predicate.HostCredential + func CreatedAt(v time.Time) predicate.HostCredential + func CreatedAtEQ(v time.Time) predicate.HostCredential + func CreatedAtGT(v time.Time) predicate.HostCredential + func CreatedAtGTE(v time.Time) predicate.HostCredential + func CreatedAtIn(vs ...time.Time) predicate.HostCredential + func CreatedAtLT(v time.Time) predicate.HostCredential + func CreatedAtLTE(v time.Time) predicate.HostCredential + func CreatedAtNEQ(v time.Time) predicate.HostCredential + func CreatedAtNotIn(vs ...time.Time) predicate.HostCredential + func HasHost() predicate.HostCredential + func HasHostWith(preds ...predicate.Host) predicate.HostCredential + func HasTask() predicate.HostCredential + func HasTaskWith(preds ...predicate.Task) predicate.HostCredential + func ID(id int) predicate.HostCredential + func IDEQ(id int) predicate.HostCredential + func IDGT(id int) predicate.HostCredential + func IDGTE(id int) predicate.HostCredential + func IDIn(ids ...int) predicate.HostCredential + func IDLT(id int) predicate.HostCredential + func IDLTE(id int) predicate.HostCredential + func IDNEQ(id int) predicate.HostCredential + func IDNotIn(ids ...int) predicate.HostCredential + func KindEQ(v epb.Credential_Kind) predicate.HostCredential + func KindIn(vs ...epb.Credential_Kind) predicate.HostCredential + func KindNEQ(v epb.Credential_Kind) predicate.HostCredential + func KindNotIn(vs ...epb.Credential_Kind) predicate.HostCredential + func KindValidator(k epb.Credential_Kind) error + func LastModifiedAt(v time.Time) predicate.HostCredential + func LastModifiedAtEQ(v time.Time) predicate.HostCredential + func LastModifiedAtGT(v time.Time) predicate.HostCredential + func LastModifiedAtGTE(v time.Time) predicate.HostCredential + func LastModifiedAtIn(vs ...time.Time) predicate.HostCredential + func LastModifiedAtLT(v time.Time) predicate.HostCredential + func LastModifiedAtLTE(v time.Time) predicate.HostCredential + func LastModifiedAtNEQ(v time.Time) predicate.HostCredential + func LastModifiedAtNotIn(vs ...time.Time) predicate.HostCredential + func Not(p predicate.HostCredential) predicate.HostCredential + func Or(predicates ...predicate.HostCredential) predicate.HostCredential + func Principal(v string) predicate.HostCredential + func PrincipalContains(v string) predicate.HostCredential + func PrincipalContainsFold(v string) predicate.HostCredential + func PrincipalEQ(v string) predicate.HostCredential + func PrincipalEqualFold(v string) predicate.HostCredential + func PrincipalGT(v string) predicate.HostCredential + func PrincipalGTE(v string) predicate.HostCredential + func PrincipalHasPrefix(v string) predicate.HostCredential + func PrincipalHasSuffix(v string) predicate.HostCredential + func PrincipalIn(vs ...string) predicate.HostCredential + func PrincipalLT(v string) predicate.HostCredential + func PrincipalLTE(v string) predicate.HostCredential + func PrincipalNEQ(v string) predicate.HostCredential + func PrincipalNotIn(vs ...string) predicate.HostCredential + func Secret(v string) predicate.HostCredential + func SecretContains(v string) predicate.HostCredential + func SecretContainsFold(v string) predicate.HostCredential + func SecretEQ(v string) predicate.HostCredential + func SecretEqualFold(v string) predicate.HostCredential + func SecretGT(v string) predicate.HostCredential + func SecretGTE(v string) predicate.HostCredential + func SecretHasPrefix(v string) predicate.HostCredential + func SecretHasSuffix(v string) predicate.HostCredential + func SecretIn(vs ...string) predicate.HostCredential + func SecretLT(v string) predicate.HostCredential + func SecretLTE(v string) predicate.HostCredential + func SecretNEQ(v string) predicate.HostCredential + func SecretNotIn(vs ...string) predicate.HostCredential + func ValidColumn(column string) bool + type OrderOption func(*sql.Selector) + func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption + func ByHostField(field string, opts ...sql.OrderTermOption) OrderOption + func ByID(opts ...sql.OrderTermOption) OrderOption + func ByKind(opts ...sql.OrderTermOption) OrderOption + func ByLastModifiedAt(opts ...sql.OrderTermOption) OrderOption + func ByPrincipal(opts ...sql.OrderTermOption) OrderOption + func BySecret(opts ...sql.OrderTermOption) OrderOption + func ByTaskField(field string, opts ...sql.OrderTermOption) OrderOption