repository

package
v0.0.0-...-914df79 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Label holds the string label denoting the repository type in the database.
	Label = "repository"
	// FieldID holds the string denoting the id field in the database.
	FieldID = "id"
	// FieldNodeID holds the string denoting the node_id field in the database.
	FieldNodeID = "node_id"
	// FieldName holds the string denoting the name field in the database.
	FieldName = "name"
	// FieldFullName holds the string denoting the full_name field in the database.
	FieldFullName = "full_name"
	// FieldPrivate holds the string denoting the private field in the database.
	FieldPrivate = "private"
	// FieldHTMLURL holds the string denoting the html_url field in the database.
	FieldHTMLURL = "html_url"
	// FieldDescription holds the string denoting the description field in the database.
	FieldDescription = "description"
	// FieldFork holds the string denoting the fork field in the database.
	FieldFork = "fork"
	// FieldURL holds the string denoting the url field in the database.
	FieldURL = "url"
	// FieldArchiveURL holds the string denoting the archive_url field in the database.
	FieldArchiveURL = "archive_url"
	// FieldAssigneesURL holds the string denoting the assignees_url field in the database.
	FieldAssigneesURL = "assignees_url"
	// FieldBlobsURL holds the string denoting the blobs_url field in the database.
	FieldBlobsURL = "blobs_url"
	// FieldBranchesURL holds the string denoting the branches_url field in the database.
	FieldBranchesURL = "branches_url"
	// FieldCollaboratorsURL holds the string denoting the collaborators_url field in the database.
	FieldCollaboratorsURL = "collaborators_url"
	// FieldCommentsURL holds the string denoting the comments_url field in the database.
	FieldCommentsURL = "comments_url"
	// FieldCommitsURL holds the string denoting the commits_url field in the database.
	FieldCommitsURL = "commits_url"
	// FieldCompareURL holds the string denoting the compare_url field in the database.
	FieldCompareURL = "compare_url"
	// FieldContentsURL holds the string denoting the contents_url field in the database.
	FieldContentsURL = "contents_url"
	// FieldContributorsURL holds the string denoting the contributors_url field in the database.
	FieldContributorsURL = "contributors_url"
	// FieldDeploymentsURL holds the string denoting the deployments_url field in the database.
	FieldDeploymentsURL = "deployments_url"
	// FieldDownloadsURL holds the string denoting the downloads_url field in the database.
	FieldDownloadsURL = "downloads_url"
	// FieldEventsURL holds the string denoting the events_url field in the database.
	FieldEventsURL = "events_url"
	// FieldForksURL holds the string denoting the forks_url field in the database.
	FieldForksURL = "forks_url"
	// FieldGitCommitsURL holds the string denoting the git_commits_url field in the database.
	FieldGitCommitsURL = "git_commits_url"
	// FieldGitRefsURL holds the string denoting the git_refs_url field in the database.
	FieldGitRefsURL = "git_refs_url"
	// FieldGitTagsURL holds the string denoting the git_tags_url field in the database.
	FieldGitTagsURL = "git_tags_url"
	// FieldGitURL holds the string denoting the git_url field in the database.
	FieldGitURL = "git_url"
	// FieldIssueCommentURL holds the string denoting the issue_comment_url field in the database.
	FieldIssueCommentURL = "issue_comment_url"
	// FieldIssueEventsURL holds the string denoting the issue_events_url field in the database.
	FieldIssueEventsURL = "issue_events_url"
	// FieldIssuesURL holds the string denoting the issues_url field in the database.
	FieldIssuesURL = "issues_url"
	// FieldKeysURL holds the string denoting the keys_url field in the database.
	FieldKeysURL = "keys_url"
	// FieldLabelsURL holds the string denoting the labels_url field in the database.
	FieldLabelsURL = "labels_url"
	// FieldLanguagesURL holds the string denoting the languages_url field in the database.
	FieldLanguagesURL = "languages_url"
	// FieldMergesURL holds the string denoting the merges_url field in the database.
	FieldMergesURL = "merges_url"
	// FieldMilestonesURL holds the string denoting the milestones_url field in the database.
	FieldMilestonesURL = "milestones_url"
	// FieldNotificationsURL holds the string denoting the notifications_url field in the database.
	FieldNotificationsURL = "notifications_url"
	// FieldPullsURL holds the string denoting the pulls_url field in the database.
	FieldPullsURL = "pulls_url"
	// FieldReleasesURL holds the string denoting the releases_url field in the database.
	FieldReleasesURL = "releases_url"
	// FieldSSHURL holds the string denoting the ssh_url field in the database.
	FieldSSHURL = "ssh_url"
	// FieldStargazersURL holds the string denoting the stargazers_url field in the database.
	FieldStargazersURL = "stargazers_url"
	// FieldStatusesURL holds the string denoting the statuses_url field in the database.
	FieldStatusesURL = "statuses_url"
	// FieldSubscribersURL holds the string denoting the subscribers_url field in the database.
	FieldSubscribersURL = "subscribers_url"
	// FieldSubscriptionURL holds the string denoting the subscription_url field in the database.
	FieldSubscriptionURL = "subscription_url"
	// FieldTagsURL holds the string denoting the tags_url field in the database.
	FieldTagsURL = "tags_url"
	// FieldTeamsURL holds the string denoting the teams_url field in the database.
	FieldTeamsURL = "teams_url"
	// FieldTreesURL holds the string denoting the trees_url field in the database.
	FieldTreesURL = "trees_url"
	// FieldCloneURL holds the string denoting the clone_url field in the database.
	FieldCloneURL = "clone_url"
	// FieldMirrorURL holds the string denoting the mirror_url field in the database.
	FieldMirrorURL = "mirror_url"
	// FieldHooksURL holds the string denoting the hooks_url field in the database.
	FieldHooksURL = "hooks_url"
	// FieldSvnURL holds the string denoting the svn_url field in the database.
	FieldSvnURL = "svn_url"
	// FieldHomepage holds the string denoting the homepage field in the database.
	FieldHomepage = "homepage"
	// FieldLanguage holds the string denoting the language field in the database.
	FieldLanguage = "language"
	// FieldForksCount holds the string denoting the forks_count field in the database.
	FieldForksCount = "forks_count"
	// FieldStargazersCount holds the string denoting the stargazers_count field in the database.
	FieldStargazersCount = "stargazers_count"
	// FieldWatchersCount holds the string denoting the watchers_count field in the database.
	FieldWatchersCount = "watchers_count"
	// FieldSize holds the string denoting the size field in the database.
	FieldSize = "size"
	// FieldDefaultBranch holds the string denoting the default_branch field in the database.
	FieldDefaultBranch = "default_branch"
	// FieldOpenIssuesCount holds the string denoting the open_issues_count field in the database.
	FieldOpenIssuesCount = "open_issues_count"
	// FieldIsTemplate holds the string denoting the is_template field in the database.
	FieldIsTemplate = "is_template"
	// FieldTopics holds the string denoting the topics field in the database.
	FieldTopics = "topics"
	// FieldHasIssuesEnabled holds the string denoting the has_issues_enabled field in the database.
	FieldHasIssuesEnabled = "has_issues_enabled"
	// FieldHasProjects holds the string denoting the has_projects field in the database.
	FieldHasProjects = "has_projects"
	// FieldHasWiki holds the string denoting the has_wiki field in the database.
	FieldHasWiki = "has_wiki"
	// FieldHasPages holds the string denoting the has_pages field in the database.
	FieldHasPages = "has_pages"
	// FieldHasDownloads holds the string denoting the has_downloads field in the database.
	FieldHasDownloads = "has_downloads"
	// FieldHasDiscussions holds the string denoting the has_discussions field in the database.
	FieldHasDiscussions = "has_discussions"
	// FieldArchived holds the string denoting the archived field in the database.
	FieldArchived = "archived"
	// FieldDisabled holds the string denoting the disabled field in the database.
	FieldDisabled = "disabled"
	// FieldVisibility holds the string denoting the visibility field in the database.
	FieldVisibility = "visibility"
	// FieldPushedAt holds the string denoting the pushed_at field in the database.
	FieldPushedAt = "pushed_at"
	// FieldCreatedAt holds the string denoting the created_at field in the database.
	FieldCreatedAt = "created_at"
	// FieldUpdatedAt holds the string denoting the updated_at field in the database.
	FieldUpdatedAt = "updated_at"
	// FieldSubscribersCount holds the string denoting the subscribers_count field in the database.
	FieldSubscribersCount = "subscribers_count"
	// FieldNetworkCount holds the string denoting the network_count field in the database.
	FieldNetworkCount = "network_count"
	// FieldForks holds the string denoting the forks field in the database.
	FieldForks = "forks"
	// FieldOpenIssues holds the string denoting the open_issues field in the database.
	FieldOpenIssues = "open_issues"
	// FieldWatchers holds the string denoting the watchers field in the database.
	FieldWatchers = "watchers"
	// FieldLicense holds the string denoting the license field in the database.
	FieldLicense = "license"
	// EdgeOwner holds the string denoting the owner edge name in mutations.
	EdgeOwner = "owner"
	// EdgeIssues holds the string denoting the issues edge name in mutations.
	EdgeIssues = "issues"
	// Table holds the table name of the repository in the database.
	Table = "repositories"
	// OwnerTable is the table that holds the owner relation/edge.
	OwnerTable = "repositories"
	// 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_repositories"
	// IssuesTable is the table that holds the issues relation/edge.
	IssuesTable = "issues"
	// IssuesInverseTable is the table name for the Issue entity.
	// It exists in this package in order to avoid circular dependency with the "issue" package.
	IssuesInverseTable = "issues"
	// IssuesColumn is the table column denoting the issues relation/edge.
	IssuesColumn = "repository_issues"
)

Variables

Columns holds all SQL columns for repository fields.

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

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

Functions

func And

func And(predicates ...predicate.Repository) predicate.Repository

And groups predicates with the AND operator between them.

func ArchiveURL

func ArchiveURL(v string) predicate.Repository

ArchiveURL applies equality check predicate on the "archive_url" field. It's identical to ArchiveURLEQ.

func ArchiveURLContains

func ArchiveURLContains(v string) predicate.Repository

ArchiveURLContains applies the Contains predicate on the "archive_url" field.

func ArchiveURLContainsFold

func ArchiveURLContainsFold(v string) predicate.Repository

ArchiveURLContainsFold applies the ContainsFold predicate on the "archive_url" field.

func ArchiveURLEQ

func ArchiveURLEQ(v string) predicate.Repository

ArchiveURLEQ applies the EQ predicate on the "archive_url" field.

func ArchiveURLEqualFold

func ArchiveURLEqualFold(v string) predicate.Repository

ArchiveURLEqualFold applies the EqualFold predicate on the "archive_url" field.

func ArchiveURLGT

func ArchiveURLGT(v string) predicate.Repository

ArchiveURLGT applies the GT predicate on the "archive_url" field.

func ArchiveURLGTE

func ArchiveURLGTE(v string) predicate.Repository

ArchiveURLGTE applies the GTE predicate on the "archive_url" field.

func ArchiveURLHasPrefix

func ArchiveURLHasPrefix(v string) predicate.Repository

ArchiveURLHasPrefix applies the HasPrefix predicate on the "archive_url" field.

func ArchiveURLHasSuffix

func ArchiveURLHasSuffix(v string) predicate.Repository

ArchiveURLHasSuffix applies the HasSuffix predicate on the "archive_url" field.

func ArchiveURLIn

func ArchiveURLIn(vs ...string) predicate.Repository

ArchiveURLIn applies the In predicate on the "archive_url" field.

func ArchiveURLLT

func ArchiveURLLT(v string) predicate.Repository

ArchiveURLLT applies the LT predicate on the "archive_url" field.

func ArchiveURLLTE

func ArchiveURLLTE(v string) predicate.Repository

ArchiveURLLTE applies the LTE predicate on the "archive_url" field.

func ArchiveURLNEQ

func ArchiveURLNEQ(v string) predicate.Repository

ArchiveURLNEQ applies the NEQ predicate on the "archive_url" field.

func ArchiveURLNotIn

func ArchiveURLNotIn(vs ...string) predicate.Repository

ArchiveURLNotIn applies the NotIn predicate on the "archive_url" field.

func Archived

func Archived(v bool) predicate.Repository

Archived applies equality check predicate on the "archived" field. It's identical to ArchivedEQ.

func ArchivedEQ

func ArchivedEQ(v bool) predicate.Repository

ArchivedEQ applies the EQ predicate on the "archived" field.

func ArchivedNEQ

func ArchivedNEQ(v bool) predicate.Repository

ArchivedNEQ applies the NEQ predicate on the "archived" field.

func AssigneesURL

func AssigneesURL(v string) predicate.Repository

AssigneesURL applies equality check predicate on the "assignees_url" field. It's identical to AssigneesURLEQ.

func AssigneesURLContains

func AssigneesURLContains(v string) predicate.Repository

AssigneesURLContains applies the Contains predicate on the "assignees_url" field.

func AssigneesURLContainsFold

func AssigneesURLContainsFold(v string) predicate.Repository

AssigneesURLContainsFold applies the ContainsFold predicate on the "assignees_url" field.

func AssigneesURLEQ

func AssigneesURLEQ(v string) predicate.Repository

AssigneesURLEQ applies the EQ predicate on the "assignees_url" field.

func AssigneesURLEqualFold

func AssigneesURLEqualFold(v string) predicate.Repository

AssigneesURLEqualFold applies the EqualFold predicate on the "assignees_url" field.

func AssigneesURLGT

func AssigneesURLGT(v string) predicate.Repository

AssigneesURLGT applies the GT predicate on the "assignees_url" field.

func AssigneesURLGTE

func AssigneesURLGTE(v string) predicate.Repository

AssigneesURLGTE applies the GTE predicate on the "assignees_url" field.

func AssigneesURLHasPrefix

func AssigneesURLHasPrefix(v string) predicate.Repository

AssigneesURLHasPrefix applies the HasPrefix predicate on the "assignees_url" field.

func AssigneesURLHasSuffix

func AssigneesURLHasSuffix(v string) predicate.Repository

AssigneesURLHasSuffix applies the HasSuffix predicate on the "assignees_url" field.

func AssigneesURLIn

func AssigneesURLIn(vs ...string) predicate.Repository

AssigneesURLIn applies the In predicate on the "assignees_url" field.

func AssigneesURLLT

func AssigneesURLLT(v string) predicate.Repository

AssigneesURLLT applies the LT predicate on the "assignees_url" field.

func AssigneesURLLTE

func AssigneesURLLTE(v string) predicate.Repository

AssigneesURLLTE applies the LTE predicate on the "assignees_url" field.

func AssigneesURLNEQ

func AssigneesURLNEQ(v string) predicate.Repository

AssigneesURLNEQ applies the NEQ predicate on the "assignees_url" field.

func AssigneesURLNotIn

func AssigneesURLNotIn(vs ...string) predicate.Repository

AssigneesURLNotIn applies the NotIn predicate on the "assignees_url" field.

func BlobsURL

func BlobsURL(v string) predicate.Repository

BlobsURL applies equality check predicate on the "blobs_url" field. It's identical to BlobsURLEQ.

func BlobsURLContains

func BlobsURLContains(v string) predicate.Repository

BlobsURLContains applies the Contains predicate on the "blobs_url" field.

func BlobsURLContainsFold

func BlobsURLContainsFold(v string) predicate.Repository

BlobsURLContainsFold applies the ContainsFold predicate on the "blobs_url" field.

func BlobsURLEQ

func BlobsURLEQ(v string) predicate.Repository

BlobsURLEQ applies the EQ predicate on the "blobs_url" field.

func BlobsURLEqualFold

func BlobsURLEqualFold(v string) predicate.Repository

BlobsURLEqualFold applies the EqualFold predicate on the "blobs_url" field.

func BlobsURLGT

func BlobsURLGT(v string) predicate.Repository

BlobsURLGT applies the GT predicate on the "blobs_url" field.

func BlobsURLGTE

func BlobsURLGTE(v string) predicate.Repository

BlobsURLGTE applies the GTE predicate on the "blobs_url" field.

func BlobsURLHasPrefix

func BlobsURLHasPrefix(v string) predicate.Repository

BlobsURLHasPrefix applies the HasPrefix predicate on the "blobs_url" field.

func BlobsURLHasSuffix

func BlobsURLHasSuffix(v string) predicate.Repository

BlobsURLHasSuffix applies the HasSuffix predicate on the "blobs_url" field.

func BlobsURLIn

func BlobsURLIn(vs ...string) predicate.Repository

BlobsURLIn applies the In predicate on the "blobs_url" field.

func BlobsURLLT

func BlobsURLLT(v string) predicate.Repository

BlobsURLLT applies the LT predicate on the "blobs_url" field.

func BlobsURLLTE

func BlobsURLLTE(v string) predicate.Repository

BlobsURLLTE applies the LTE predicate on the "blobs_url" field.

func BlobsURLNEQ

func BlobsURLNEQ(v string) predicate.Repository

BlobsURLNEQ applies the NEQ predicate on the "blobs_url" field.

func BlobsURLNotIn

func BlobsURLNotIn(vs ...string) predicate.Repository

BlobsURLNotIn applies the NotIn predicate on the "blobs_url" field.

func BranchesURL

func BranchesURL(v string) predicate.Repository

BranchesURL applies equality check predicate on the "branches_url" field. It's identical to BranchesURLEQ.

func BranchesURLContains

func BranchesURLContains(v string) predicate.Repository

BranchesURLContains applies the Contains predicate on the "branches_url" field.

func BranchesURLContainsFold

func BranchesURLContainsFold(v string) predicate.Repository

BranchesURLContainsFold applies the ContainsFold predicate on the "branches_url" field.

func BranchesURLEQ

func BranchesURLEQ(v string) predicate.Repository

BranchesURLEQ applies the EQ predicate on the "branches_url" field.

func BranchesURLEqualFold

func BranchesURLEqualFold(v string) predicate.Repository

BranchesURLEqualFold applies the EqualFold predicate on the "branches_url" field.

func BranchesURLGT

func BranchesURLGT(v string) predicate.Repository

BranchesURLGT applies the GT predicate on the "branches_url" field.

func BranchesURLGTE

func BranchesURLGTE(v string) predicate.Repository

BranchesURLGTE applies the GTE predicate on the "branches_url" field.

func BranchesURLHasPrefix

func BranchesURLHasPrefix(v string) predicate.Repository

BranchesURLHasPrefix applies the HasPrefix predicate on the "branches_url" field.

func BranchesURLHasSuffix

func BranchesURLHasSuffix(v string) predicate.Repository

BranchesURLHasSuffix applies the HasSuffix predicate on the "branches_url" field.

func BranchesURLIn

func BranchesURLIn(vs ...string) predicate.Repository

BranchesURLIn applies the In predicate on the "branches_url" field.

func BranchesURLLT

func BranchesURLLT(v string) predicate.Repository

BranchesURLLT applies the LT predicate on the "branches_url" field.

func BranchesURLLTE

func BranchesURLLTE(v string) predicate.Repository

BranchesURLLTE applies the LTE predicate on the "branches_url" field.

func BranchesURLNEQ

func BranchesURLNEQ(v string) predicate.Repository

BranchesURLNEQ applies the NEQ predicate on the "branches_url" field.

func BranchesURLNotIn

func BranchesURLNotIn(vs ...string) predicate.Repository

BranchesURLNotIn applies the NotIn predicate on the "branches_url" field.

func CloneURL

func CloneURL(v string) predicate.Repository

CloneURL applies equality check predicate on the "clone_url" field. It's identical to CloneURLEQ.

func CloneURLContains

func CloneURLContains(v string) predicate.Repository

CloneURLContains applies the Contains predicate on the "clone_url" field.

func CloneURLContainsFold

func CloneURLContainsFold(v string) predicate.Repository

CloneURLContainsFold applies the ContainsFold predicate on the "clone_url" field.

func CloneURLEQ

func CloneURLEQ(v string) predicate.Repository

CloneURLEQ applies the EQ predicate on the "clone_url" field.

func CloneURLEqualFold

func CloneURLEqualFold(v string) predicate.Repository

CloneURLEqualFold applies the EqualFold predicate on the "clone_url" field.

func CloneURLGT

func CloneURLGT(v string) predicate.Repository

CloneURLGT applies the GT predicate on the "clone_url" field.

func CloneURLGTE

func CloneURLGTE(v string) predicate.Repository

CloneURLGTE applies the GTE predicate on the "clone_url" field.

func CloneURLHasPrefix

func CloneURLHasPrefix(v string) predicate.Repository

CloneURLHasPrefix applies the HasPrefix predicate on the "clone_url" field.

func CloneURLHasSuffix

func CloneURLHasSuffix(v string) predicate.Repository

CloneURLHasSuffix applies the HasSuffix predicate on the "clone_url" field.

func CloneURLIn

func CloneURLIn(vs ...string) predicate.Repository

CloneURLIn applies the In predicate on the "clone_url" field.

func CloneURLLT

func CloneURLLT(v string) predicate.Repository

CloneURLLT applies the LT predicate on the "clone_url" field.

func CloneURLLTE

func CloneURLLTE(v string) predicate.Repository

CloneURLLTE applies the LTE predicate on the "clone_url" field.

func CloneURLNEQ

func CloneURLNEQ(v string) predicate.Repository

CloneURLNEQ applies the NEQ predicate on the "clone_url" field.

func CloneURLNotIn

func CloneURLNotIn(vs ...string) predicate.Repository

CloneURLNotIn applies the NotIn predicate on the "clone_url" field.

func CollaboratorsURL

func CollaboratorsURL(v string) predicate.Repository

CollaboratorsURL applies equality check predicate on the "collaborators_url" field. It's identical to CollaboratorsURLEQ.

func CollaboratorsURLContains

func CollaboratorsURLContains(v string) predicate.Repository

CollaboratorsURLContains applies the Contains predicate on the "collaborators_url" field.

func CollaboratorsURLContainsFold

func CollaboratorsURLContainsFold(v string) predicate.Repository

CollaboratorsURLContainsFold applies the ContainsFold predicate on the "collaborators_url" field.

func CollaboratorsURLEQ

func CollaboratorsURLEQ(v string) predicate.Repository

CollaboratorsURLEQ applies the EQ predicate on the "collaborators_url" field.

func CollaboratorsURLEqualFold

func CollaboratorsURLEqualFold(v string) predicate.Repository

CollaboratorsURLEqualFold applies the EqualFold predicate on the "collaborators_url" field.

func CollaboratorsURLGT

func CollaboratorsURLGT(v string) predicate.Repository

CollaboratorsURLGT applies the GT predicate on the "collaborators_url" field.

func CollaboratorsURLGTE

func CollaboratorsURLGTE(v string) predicate.Repository

CollaboratorsURLGTE applies the GTE predicate on the "collaborators_url" field.

func CollaboratorsURLHasPrefix

func CollaboratorsURLHasPrefix(v string) predicate.Repository

CollaboratorsURLHasPrefix applies the HasPrefix predicate on the "collaborators_url" field.

func CollaboratorsURLHasSuffix

func CollaboratorsURLHasSuffix(v string) predicate.Repository

CollaboratorsURLHasSuffix applies the HasSuffix predicate on the "collaborators_url" field.

func CollaboratorsURLIn

func CollaboratorsURLIn(vs ...string) predicate.Repository

CollaboratorsURLIn applies the In predicate on the "collaborators_url" field.

func CollaboratorsURLLT

func CollaboratorsURLLT(v string) predicate.Repository

CollaboratorsURLLT applies the LT predicate on the "collaborators_url" field.

func CollaboratorsURLLTE

func CollaboratorsURLLTE(v string) predicate.Repository

CollaboratorsURLLTE applies the LTE predicate on the "collaborators_url" field.

func CollaboratorsURLNEQ

func CollaboratorsURLNEQ(v string) predicate.Repository

CollaboratorsURLNEQ applies the NEQ predicate on the "collaborators_url" field.

func CollaboratorsURLNotIn

func CollaboratorsURLNotIn(vs ...string) predicate.Repository

CollaboratorsURLNotIn applies the NotIn predicate on the "collaborators_url" field.

func CommentsURL

func CommentsURL(v string) predicate.Repository

CommentsURL applies equality check predicate on the "comments_url" field. It's identical to CommentsURLEQ.

func CommentsURLContains

func CommentsURLContains(v string) predicate.Repository

CommentsURLContains applies the Contains predicate on the "comments_url" field.

func CommentsURLContainsFold

func CommentsURLContainsFold(v string) predicate.Repository

CommentsURLContainsFold applies the ContainsFold predicate on the "comments_url" field.

func CommentsURLEQ

func CommentsURLEQ(v string) predicate.Repository

CommentsURLEQ applies the EQ predicate on the "comments_url" field.

func CommentsURLEqualFold

func CommentsURLEqualFold(v string) predicate.Repository

CommentsURLEqualFold applies the EqualFold predicate on the "comments_url" field.

func CommentsURLGT

func CommentsURLGT(v string) predicate.Repository

CommentsURLGT applies the GT predicate on the "comments_url" field.

func CommentsURLGTE

func CommentsURLGTE(v string) predicate.Repository

CommentsURLGTE applies the GTE predicate on the "comments_url" field.

func CommentsURLHasPrefix

func CommentsURLHasPrefix(v string) predicate.Repository

CommentsURLHasPrefix applies the HasPrefix predicate on the "comments_url" field.

func CommentsURLHasSuffix

func CommentsURLHasSuffix(v string) predicate.Repository

CommentsURLHasSuffix applies the HasSuffix predicate on the "comments_url" field.

func CommentsURLIn

func CommentsURLIn(vs ...string) predicate.Repository

CommentsURLIn applies the In predicate on the "comments_url" field.

func CommentsURLLT

func CommentsURLLT(v string) predicate.Repository

CommentsURLLT applies the LT predicate on the "comments_url" field.

func CommentsURLLTE

func CommentsURLLTE(v string) predicate.Repository

CommentsURLLTE applies the LTE predicate on the "comments_url" field.

func CommentsURLNEQ

func CommentsURLNEQ(v string) predicate.Repository

CommentsURLNEQ applies the NEQ predicate on the "comments_url" field.

func CommentsURLNotIn

func CommentsURLNotIn(vs ...string) predicate.Repository

CommentsURLNotIn applies the NotIn predicate on the "comments_url" field.

func CommitsURL

func CommitsURL(v string) predicate.Repository

CommitsURL applies equality check predicate on the "commits_url" field. It's identical to CommitsURLEQ.

func CommitsURLContains

func CommitsURLContains(v string) predicate.Repository

CommitsURLContains applies the Contains predicate on the "commits_url" field.

func CommitsURLContainsFold

func CommitsURLContainsFold(v string) predicate.Repository

CommitsURLContainsFold applies the ContainsFold predicate on the "commits_url" field.

func CommitsURLEQ

func CommitsURLEQ(v string) predicate.Repository

CommitsURLEQ applies the EQ predicate on the "commits_url" field.

func CommitsURLEqualFold

func CommitsURLEqualFold(v string) predicate.Repository

CommitsURLEqualFold applies the EqualFold predicate on the "commits_url" field.

func CommitsURLGT

func CommitsURLGT(v string) predicate.Repository

CommitsURLGT applies the GT predicate on the "commits_url" field.

func CommitsURLGTE

func CommitsURLGTE(v string) predicate.Repository

CommitsURLGTE applies the GTE predicate on the "commits_url" field.

func CommitsURLHasPrefix

func CommitsURLHasPrefix(v string) predicate.Repository

CommitsURLHasPrefix applies the HasPrefix predicate on the "commits_url" field.

func CommitsURLHasSuffix

func CommitsURLHasSuffix(v string) predicate.Repository

CommitsURLHasSuffix applies the HasSuffix predicate on the "commits_url" field.

func CommitsURLIn

func CommitsURLIn(vs ...string) predicate.Repository

CommitsURLIn applies the In predicate on the "commits_url" field.

func CommitsURLLT

func CommitsURLLT(v string) predicate.Repository

CommitsURLLT applies the LT predicate on the "commits_url" field.

func CommitsURLLTE

func CommitsURLLTE(v string) predicate.Repository

CommitsURLLTE applies the LTE predicate on the "commits_url" field.

func CommitsURLNEQ

func CommitsURLNEQ(v string) predicate.Repository

CommitsURLNEQ applies the NEQ predicate on the "commits_url" field.

func CommitsURLNotIn

func CommitsURLNotIn(vs ...string) predicate.Repository

CommitsURLNotIn applies the NotIn predicate on the "commits_url" field.

func CompareURL

func CompareURL(v string) predicate.Repository

CompareURL applies equality check predicate on the "compare_url" field. It's identical to CompareURLEQ.

func CompareURLContains

func CompareURLContains(v string) predicate.Repository

CompareURLContains applies the Contains predicate on the "compare_url" field.

func CompareURLContainsFold

func CompareURLContainsFold(v string) predicate.Repository

CompareURLContainsFold applies the ContainsFold predicate on the "compare_url" field.

func CompareURLEQ

func CompareURLEQ(v string) predicate.Repository

CompareURLEQ applies the EQ predicate on the "compare_url" field.

func CompareURLEqualFold

func CompareURLEqualFold(v string) predicate.Repository

CompareURLEqualFold applies the EqualFold predicate on the "compare_url" field.

func CompareURLGT

func CompareURLGT(v string) predicate.Repository

CompareURLGT applies the GT predicate on the "compare_url" field.

func CompareURLGTE

func CompareURLGTE(v string) predicate.Repository

CompareURLGTE applies the GTE predicate on the "compare_url" field.

func CompareURLHasPrefix

func CompareURLHasPrefix(v string) predicate.Repository

CompareURLHasPrefix applies the HasPrefix predicate on the "compare_url" field.

func CompareURLHasSuffix

func CompareURLHasSuffix(v string) predicate.Repository

CompareURLHasSuffix applies the HasSuffix predicate on the "compare_url" field.

func CompareURLIn

func CompareURLIn(vs ...string) predicate.Repository

CompareURLIn applies the In predicate on the "compare_url" field.

func CompareURLLT

func CompareURLLT(v string) predicate.Repository

CompareURLLT applies the LT predicate on the "compare_url" field.

func CompareURLLTE

func CompareURLLTE(v string) predicate.Repository

CompareURLLTE applies the LTE predicate on the "compare_url" field.

func CompareURLNEQ

func CompareURLNEQ(v string) predicate.Repository

CompareURLNEQ applies the NEQ predicate on the "compare_url" field.

func CompareURLNotIn

func CompareURLNotIn(vs ...string) predicate.Repository

CompareURLNotIn applies the NotIn predicate on the "compare_url" field.

func ContentsURL

func ContentsURL(v string) predicate.Repository

ContentsURL applies equality check predicate on the "contents_url" field. It's identical to ContentsURLEQ.

func ContentsURLContains

func ContentsURLContains(v string) predicate.Repository

ContentsURLContains applies the Contains predicate on the "contents_url" field.

func ContentsURLContainsFold

func ContentsURLContainsFold(v string) predicate.Repository

ContentsURLContainsFold applies the ContainsFold predicate on the "contents_url" field.

func ContentsURLEQ

func ContentsURLEQ(v string) predicate.Repository

ContentsURLEQ applies the EQ predicate on the "contents_url" field.

func ContentsURLEqualFold

func ContentsURLEqualFold(v string) predicate.Repository

ContentsURLEqualFold applies the EqualFold predicate on the "contents_url" field.

func ContentsURLGT

func ContentsURLGT(v string) predicate.Repository

ContentsURLGT applies the GT predicate on the "contents_url" field.

func ContentsURLGTE

func ContentsURLGTE(v string) predicate.Repository

ContentsURLGTE applies the GTE predicate on the "contents_url" field.

func ContentsURLHasPrefix

func ContentsURLHasPrefix(v string) predicate.Repository

ContentsURLHasPrefix applies the HasPrefix predicate on the "contents_url" field.

func ContentsURLHasSuffix

func ContentsURLHasSuffix(v string) predicate.Repository

ContentsURLHasSuffix applies the HasSuffix predicate on the "contents_url" field.

func ContentsURLIn

func ContentsURLIn(vs ...string) predicate.Repository

ContentsURLIn applies the In predicate on the "contents_url" field.

func ContentsURLLT

func ContentsURLLT(v string) predicate.Repository

ContentsURLLT applies the LT predicate on the "contents_url" field.

func ContentsURLLTE

func ContentsURLLTE(v string) predicate.Repository

ContentsURLLTE applies the LTE predicate on the "contents_url" field.

func ContentsURLNEQ

func ContentsURLNEQ(v string) predicate.Repository

ContentsURLNEQ applies the NEQ predicate on the "contents_url" field.

func ContentsURLNotIn

func ContentsURLNotIn(vs ...string) predicate.Repository

ContentsURLNotIn applies the NotIn predicate on the "contents_url" field.

func ContributorsURL

func ContributorsURL(v string) predicate.Repository

ContributorsURL applies equality check predicate on the "contributors_url" field. It's identical to ContributorsURLEQ.

func ContributorsURLContains

func ContributorsURLContains(v string) predicate.Repository

ContributorsURLContains applies the Contains predicate on the "contributors_url" field.

func ContributorsURLContainsFold

func ContributorsURLContainsFold(v string) predicate.Repository

ContributorsURLContainsFold applies the ContainsFold predicate on the "contributors_url" field.

func ContributorsURLEQ

func ContributorsURLEQ(v string) predicate.Repository

ContributorsURLEQ applies the EQ predicate on the "contributors_url" field.

func ContributorsURLEqualFold

func ContributorsURLEqualFold(v string) predicate.Repository

ContributorsURLEqualFold applies the EqualFold predicate on the "contributors_url" field.

func ContributorsURLGT

func ContributorsURLGT(v string) predicate.Repository

ContributorsURLGT applies the GT predicate on the "contributors_url" field.

func ContributorsURLGTE

func ContributorsURLGTE(v string) predicate.Repository

ContributorsURLGTE applies the GTE predicate on the "contributors_url" field.

func ContributorsURLHasPrefix

func ContributorsURLHasPrefix(v string) predicate.Repository

ContributorsURLHasPrefix applies the HasPrefix predicate on the "contributors_url" field.

func ContributorsURLHasSuffix

func ContributorsURLHasSuffix(v string) predicate.Repository

ContributorsURLHasSuffix applies the HasSuffix predicate on the "contributors_url" field.

func ContributorsURLIn

func ContributorsURLIn(vs ...string) predicate.Repository

ContributorsURLIn applies the In predicate on the "contributors_url" field.

func ContributorsURLLT

func ContributorsURLLT(v string) predicate.Repository

ContributorsURLLT applies the LT predicate on the "contributors_url" field.

func ContributorsURLLTE

func ContributorsURLLTE(v string) predicate.Repository

ContributorsURLLTE applies the LTE predicate on the "contributors_url" field.

func ContributorsURLNEQ

func ContributorsURLNEQ(v string) predicate.Repository

ContributorsURLNEQ applies the NEQ predicate on the "contributors_url" field.

func ContributorsURLNotIn

func ContributorsURLNotIn(vs ...string) predicate.Repository

ContributorsURLNotIn applies the NotIn predicate on the "contributors_url" field.

func CreatedAt

func CreatedAt(v time.Time) predicate.Repository

CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.

func CreatedAtEQ

func CreatedAtEQ(v time.Time) predicate.Repository

CreatedAtEQ applies the EQ predicate on the "created_at" field.

func CreatedAtGT

func CreatedAtGT(v time.Time) predicate.Repository

CreatedAtGT applies the GT predicate on the "created_at" field.

func CreatedAtGTE

func CreatedAtGTE(v time.Time) predicate.Repository

CreatedAtGTE applies the GTE predicate on the "created_at" field.

func CreatedAtIn

func CreatedAtIn(vs ...time.Time) predicate.Repository

CreatedAtIn applies the In predicate on the "created_at" field.

func CreatedAtLT

func CreatedAtLT(v time.Time) predicate.Repository

CreatedAtLT applies the LT predicate on the "created_at" field.

func CreatedAtLTE

func CreatedAtLTE(v time.Time) predicate.Repository

CreatedAtLTE applies the LTE predicate on the "created_at" field.

func CreatedAtNEQ

func CreatedAtNEQ(v time.Time) predicate.Repository

CreatedAtNEQ applies the NEQ predicate on the "created_at" field.

func CreatedAtNotIn

func CreatedAtNotIn(vs ...time.Time) predicate.Repository

CreatedAtNotIn applies the NotIn predicate on the "created_at" field.

func DefaultBranch

func DefaultBranch(v string) predicate.Repository

DefaultBranch applies equality check predicate on the "default_branch" field. It's identical to DefaultBranchEQ.

func DefaultBranchContains

func DefaultBranchContains(v string) predicate.Repository

DefaultBranchContains applies the Contains predicate on the "default_branch" field.

func DefaultBranchContainsFold

func DefaultBranchContainsFold(v string) predicate.Repository

DefaultBranchContainsFold applies the ContainsFold predicate on the "default_branch" field.

func DefaultBranchEQ

func DefaultBranchEQ(v string) predicate.Repository

DefaultBranchEQ applies the EQ predicate on the "default_branch" field.

func DefaultBranchEqualFold

func DefaultBranchEqualFold(v string) predicate.Repository

DefaultBranchEqualFold applies the EqualFold predicate on the "default_branch" field.

func DefaultBranchGT

func DefaultBranchGT(v string) predicate.Repository

DefaultBranchGT applies the GT predicate on the "default_branch" field.

func DefaultBranchGTE

func DefaultBranchGTE(v string) predicate.Repository

DefaultBranchGTE applies the GTE predicate on the "default_branch" field.

func DefaultBranchHasPrefix

func DefaultBranchHasPrefix(v string) predicate.Repository

DefaultBranchHasPrefix applies the HasPrefix predicate on the "default_branch" field.

func DefaultBranchHasSuffix

func DefaultBranchHasSuffix(v string) predicate.Repository

DefaultBranchHasSuffix applies the HasSuffix predicate on the "default_branch" field.

func DefaultBranchIn

func DefaultBranchIn(vs ...string) predicate.Repository

DefaultBranchIn applies the In predicate on the "default_branch" field.

func DefaultBranchLT

func DefaultBranchLT(v string) predicate.Repository

DefaultBranchLT applies the LT predicate on the "default_branch" field.

func DefaultBranchLTE

func DefaultBranchLTE(v string) predicate.Repository

DefaultBranchLTE applies the LTE predicate on the "default_branch" field.

func DefaultBranchNEQ

func DefaultBranchNEQ(v string) predicate.Repository

DefaultBranchNEQ applies the NEQ predicate on the "default_branch" field.

func DefaultBranchNotIn

func DefaultBranchNotIn(vs ...string) predicate.Repository

DefaultBranchNotIn applies the NotIn predicate on the "default_branch" field.

func DeploymentsURL

func DeploymentsURL(v string) predicate.Repository

DeploymentsURL applies equality check predicate on the "deployments_url" field. It's identical to DeploymentsURLEQ.

func DeploymentsURLContains

func DeploymentsURLContains(v string) predicate.Repository

DeploymentsURLContains applies the Contains predicate on the "deployments_url" field.

func DeploymentsURLContainsFold

func DeploymentsURLContainsFold(v string) predicate.Repository

DeploymentsURLContainsFold applies the ContainsFold predicate on the "deployments_url" field.

func DeploymentsURLEQ

func DeploymentsURLEQ(v string) predicate.Repository

DeploymentsURLEQ applies the EQ predicate on the "deployments_url" field.

func DeploymentsURLEqualFold

func DeploymentsURLEqualFold(v string) predicate.Repository

DeploymentsURLEqualFold applies the EqualFold predicate on the "deployments_url" field.

func DeploymentsURLGT

func DeploymentsURLGT(v string) predicate.Repository

DeploymentsURLGT applies the GT predicate on the "deployments_url" field.

func DeploymentsURLGTE

func DeploymentsURLGTE(v string) predicate.Repository

DeploymentsURLGTE applies the GTE predicate on the "deployments_url" field.

func DeploymentsURLHasPrefix

func DeploymentsURLHasPrefix(v string) predicate.Repository

DeploymentsURLHasPrefix applies the HasPrefix predicate on the "deployments_url" field.

func DeploymentsURLHasSuffix

func DeploymentsURLHasSuffix(v string) predicate.Repository

DeploymentsURLHasSuffix applies the HasSuffix predicate on the "deployments_url" field.

func DeploymentsURLIn

func DeploymentsURLIn(vs ...string) predicate.Repository

DeploymentsURLIn applies the In predicate on the "deployments_url" field.

func DeploymentsURLLT

func DeploymentsURLLT(v string) predicate.Repository

DeploymentsURLLT applies the LT predicate on the "deployments_url" field.

func DeploymentsURLLTE

func DeploymentsURLLTE(v string) predicate.Repository

DeploymentsURLLTE applies the LTE predicate on the "deployments_url" field.

func DeploymentsURLNEQ

func DeploymentsURLNEQ(v string) predicate.Repository

DeploymentsURLNEQ applies the NEQ predicate on the "deployments_url" field.

func DeploymentsURLNotIn

func DeploymentsURLNotIn(vs ...string) predicate.Repository

DeploymentsURLNotIn applies the NotIn predicate on the "deployments_url" field.

func Description

func Description(v string) predicate.Repository

Description applies equality check predicate on the "description" field. It's identical to DescriptionEQ.

func DescriptionContains

func DescriptionContains(v string) predicate.Repository

DescriptionContains applies the Contains predicate on the "description" field.

func DescriptionContainsFold

func DescriptionContainsFold(v string) predicate.Repository

DescriptionContainsFold applies the ContainsFold predicate on the "description" field.

func DescriptionEQ

func DescriptionEQ(v string) predicate.Repository

DescriptionEQ applies the EQ predicate on the "description" field.

func DescriptionEqualFold

func DescriptionEqualFold(v string) predicate.Repository

DescriptionEqualFold applies the EqualFold predicate on the "description" field.

func DescriptionGT

func DescriptionGT(v string) predicate.Repository

DescriptionGT applies the GT predicate on the "description" field.

func DescriptionGTE

func DescriptionGTE(v string) predicate.Repository

DescriptionGTE applies the GTE predicate on the "description" field.

func DescriptionHasPrefix

func DescriptionHasPrefix(v string) predicate.Repository

DescriptionHasPrefix applies the HasPrefix predicate on the "description" field.

func DescriptionHasSuffix

func DescriptionHasSuffix(v string) predicate.Repository

DescriptionHasSuffix applies the HasSuffix predicate on the "description" field.

func DescriptionIn

func DescriptionIn(vs ...string) predicate.Repository

DescriptionIn applies the In predicate on the "description" field.

func DescriptionIsNil

func DescriptionIsNil() predicate.Repository

DescriptionIsNil applies the IsNil predicate on the "description" field.

func DescriptionLT

func DescriptionLT(v string) predicate.Repository

DescriptionLT applies the LT predicate on the "description" field.

func DescriptionLTE

func DescriptionLTE(v string) predicate.Repository

DescriptionLTE applies the LTE predicate on the "description" field.

func DescriptionNEQ

func DescriptionNEQ(v string) predicate.Repository

DescriptionNEQ applies the NEQ predicate on the "description" field.

func DescriptionNotIn

func DescriptionNotIn(vs ...string) predicate.Repository

DescriptionNotIn applies the NotIn predicate on the "description" field.

func DescriptionNotNil

func DescriptionNotNil() predicate.Repository

DescriptionNotNil applies the NotNil predicate on the "description" field.

func Disabled

func Disabled(v bool) predicate.Repository

Disabled applies equality check predicate on the "disabled" field. It's identical to DisabledEQ.

func DisabledEQ

func DisabledEQ(v bool) predicate.Repository

DisabledEQ applies the EQ predicate on the "disabled" field.

func DisabledNEQ

func DisabledNEQ(v bool) predicate.Repository

DisabledNEQ applies the NEQ predicate on the "disabled" field.

func DownloadsURL

func DownloadsURL(v string) predicate.Repository

DownloadsURL applies equality check predicate on the "downloads_url" field. It's identical to DownloadsURLEQ.

func DownloadsURLContains

func DownloadsURLContains(v string) predicate.Repository

DownloadsURLContains applies the Contains predicate on the "downloads_url" field.

func DownloadsURLContainsFold

func DownloadsURLContainsFold(v string) predicate.Repository

DownloadsURLContainsFold applies the ContainsFold predicate on the "downloads_url" field.

func DownloadsURLEQ

func DownloadsURLEQ(v string) predicate.Repository

DownloadsURLEQ applies the EQ predicate on the "downloads_url" field.

func DownloadsURLEqualFold

func DownloadsURLEqualFold(v string) predicate.Repository

DownloadsURLEqualFold applies the EqualFold predicate on the "downloads_url" field.

func DownloadsURLGT

func DownloadsURLGT(v string) predicate.Repository

DownloadsURLGT applies the GT predicate on the "downloads_url" field.

func DownloadsURLGTE

func DownloadsURLGTE(v string) predicate.Repository

DownloadsURLGTE applies the GTE predicate on the "downloads_url" field.

func DownloadsURLHasPrefix

func DownloadsURLHasPrefix(v string) predicate.Repository

DownloadsURLHasPrefix applies the HasPrefix predicate on the "downloads_url" field.

func DownloadsURLHasSuffix

func DownloadsURLHasSuffix(v string) predicate.Repository

DownloadsURLHasSuffix applies the HasSuffix predicate on the "downloads_url" field.

func DownloadsURLIn

func DownloadsURLIn(vs ...string) predicate.Repository

DownloadsURLIn applies the In predicate on the "downloads_url" field.

func DownloadsURLLT

func DownloadsURLLT(v string) predicate.Repository

DownloadsURLLT applies the LT predicate on the "downloads_url" field.

func DownloadsURLLTE

func DownloadsURLLTE(v string) predicate.Repository

DownloadsURLLTE applies the LTE predicate on the "downloads_url" field.

func DownloadsURLNEQ

func DownloadsURLNEQ(v string) predicate.Repository

DownloadsURLNEQ applies the NEQ predicate on the "downloads_url" field.

func DownloadsURLNotIn

func DownloadsURLNotIn(vs ...string) predicate.Repository

DownloadsURLNotIn applies the NotIn predicate on the "downloads_url" field.

func EventsURL

func EventsURL(v string) predicate.Repository

EventsURL applies equality check predicate on the "events_url" field. It's identical to EventsURLEQ.

func EventsURLContains

func EventsURLContains(v string) predicate.Repository

EventsURLContains applies the Contains predicate on the "events_url" field.

func EventsURLContainsFold

func EventsURLContainsFold(v string) predicate.Repository

EventsURLContainsFold applies the ContainsFold predicate on the "events_url" field.

func EventsURLEQ

func EventsURLEQ(v string) predicate.Repository

EventsURLEQ applies the EQ predicate on the "events_url" field.

func EventsURLEqualFold

func EventsURLEqualFold(v string) predicate.Repository

EventsURLEqualFold applies the EqualFold predicate on the "events_url" field.

func EventsURLGT

func EventsURLGT(v string) predicate.Repository

EventsURLGT applies the GT predicate on the "events_url" field.

func EventsURLGTE

func EventsURLGTE(v string) predicate.Repository

EventsURLGTE applies the GTE predicate on the "events_url" field.

func EventsURLHasPrefix

func EventsURLHasPrefix(v string) predicate.Repository

EventsURLHasPrefix applies the HasPrefix predicate on the "events_url" field.

func EventsURLHasSuffix

func EventsURLHasSuffix(v string) predicate.Repository

EventsURLHasSuffix applies the HasSuffix predicate on the "events_url" field.

func EventsURLIn

func EventsURLIn(vs ...string) predicate.Repository

EventsURLIn applies the In predicate on the "events_url" field.

func EventsURLLT

func EventsURLLT(v string) predicate.Repository

EventsURLLT applies the LT predicate on the "events_url" field.

func EventsURLLTE

func EventsURLLTE(v string) predicate.Repository

EventsURLLTE applies the LTE predicate on the "events_url" field.

func EventsURLNEQ

func EventsURLNEQ(v string) predicate.Repository

EventsURLNEQ applies the NEQ predicate on the "events_url" field.

func EventsURLNotIn

func EventsURLNotIn(vs ...string) predicate.Repository

EventsURLNotIn applies the NotIn predicate on the "events_url" field.

func Fork

func Fork(v bool) predicate.Repository

Fork applies equality check predicate on the "fork" field. It's identical to ForkEQ.

func ForkEQ

func ForkEQ(v bool) predicate.Repository

ForkEQ applies the EQ predicate on the "fork" field.

func ForkNEQ

func ForkNEQ(v bool) predicate.Repository

ForkNEQ applies the NEQ predicate on the "fork" field.

func Forks

func Forks(v int64) predicate.Repository

Forks applies equality check predicate on the "forks" field. It's identical to ForksEQ.

func ForksCount

func ForksCount(v int64) predicate.Repository

ForksCount applies equality check predicate on the "forks_count" field. It's identical to ForksCountEQ.

func ForksCountEQ

func ForksCountEQ(v int64) predicate.Repository

ForksCountEQ applies the EQ predicate on the "forks_count" field.

func ForksCountGT

func ForksCountGT(v int64) predicate.Repository

ForksCountGT applies the GT predicate on the "forks_count" field.

func ForksCountGTE

func ForksCountGTE(v int64) predicate.Repository

ForksCountGTE applies the GTE predicate on the "forks_count" field.

func ForksCountIn

func ForksCountIn(vs ...int64) predicate.Repository

ForksCountIn applies the In predicate on the "forks_count" field.

func ForksCountLT

func ForksCountLT(v int64) predicate.Repository

ForksCountLT applies the LT predicate on the "forks_count" field.

func ForksCountLTE

func ForksCountLTE(v int64) predicate.Repository

ForksCountLTE applies the LTE predicate on the "forks_count" field.

func ForksCountNEQ

func ForksCountNEQ(v int64) predicate.Repository

ForksCountNEQ applies the NEQ predicate on the "forks_count" field.

func ForksCountNotIn

func ForksCountNotIn(vs ...int64) predicate.Repository

ForksCountNotIn applies the NotIn predicate on the "forks_count" field.

func ForksEQ

func ForksEQ(v int64) predicate.Repository

ForksEQ applies the EQ predicate on the "forks" field.

func ForksGT

func ForksGT(v int64) predicate.Repository

ForksGT applies the GT predicate on the "forks" field.

func ForksGTE

func ForksGTE(v int64) predicate.Repository

ForksGTE applies the GTE predicate on the "forks" field.

func ForksIn

func ForksIn(vs ...int64) predicate.Repository

ForksIn applies the In predicate on the "forks" field.

func ForksLT

func ForksLT(v int64) predicate.Repository

ForksLT applies the LT predicate on the "forks" field.

func ForksLTE

func ForksLTE(v int64) predicate.Repository

ForksLTE applies the LTE predicate on the "forks" field.

func ForksNEQ

func ForksNEQ(v int64) predicate.Repository

ForksNEQ applies the NEQ predicate on the "forks" field.

func ForksNotIn

func ForksNotIn(vs ...int64) predicate.Repository

ForksNotIn applies the NotIn predicate on the "forks" field.

func ForksURL

func ForksURL(v string) predicate.Repository

ForksURL applies equality check predicate on the "forks_url" field. It's identical to ForksURLEQ.

func ForksURLContains

func ForksURLContains(v string) predicate.Repository

ForksURLContains applies the Contains predicate on the "forks_url" field.

func ForksURLContainsFold

func ForksURLContainsFold(v string) predicate.Repository

ForksURLContainsFold applies the ContainsFold predicate on the "forks_url" field.

func ForksURLEQ

func ForksURLEQ(v string) predicate.Repository

ForksURLEQ applies the EQ predicate on the "forks_url" field.

func ForksURLEqualFold

func ForksURLEqualFold(v string) predicate.Repository

ForksURLEqualFold applies the EqualFold predicate on the "forks_url" field.

func ForksURLGT

func ForksURLGT(v string) predicate.Repository

ForksURLGT applies the GT predicate on the "forks_url" field.

func ForksURLGTE

func ForksURLGTE(v string) predicate.Repository

ForksURLGTE applies the GTE predicate on the "forks_url" field.

func ForksURLHasPrefix

func ForksURLHasPrefix(v string) predicate.Repository

ForksURLHasPrefix applies the HasPrefix predicate on the "forks_url" field.

func ForksURLHasSuffix

func ForksURLHasSuffix(v string) predicate.Repository

ForksURLHasSuffix applies the HasSuffix predicate on the "forks_url" field.

func ForksURLIn

func ForksURLIn(vs ...string) predicate.Repository

ForksURLIn applies the In predicate on the "forks_url" field.

func ForksURLLT

func ForksURLLT(v string) predicate.Repository

ForksURLLT applies the LT predicate on the "forks_url" field.

func ForksURLLTE

func ForksURLLTE(v string) predicate.Repository

ForksURLLTE applies the LTE predicate on the "forks_url" field.

func ForksURLNEQ

func ForksURLNEQ(v string) predicate.Repository

ForksURLNEQ applies the NEQ predicate on the "forks_url" field.

func ForksURLNotIn

func ForksURLNotIn(vs ...string) predicate.Repository

ForksURLNotIn applies the NotIn predicate on the "forks_url" field.

func FullName

func FullName(v string) predicate.Repository

FullName applies equality check predicate on the "full_name" field. It's identical to FullNameEQ.

func FullNameContains

func FullNameContains(v string) predicate.Repository

FullNameContains applies the Contains predicate on the "full_name" field.

func FullNameContainsFold

func FullNameContainsFold(v string) predicate.Repository

FullNameContainsFold applies the ContainsFold predicate on the "full_name" field.

func FullNameEQ

func FullNameEQ(v string) predicate.Repository

FullNameEQ applies the EQ predicate on the "full_name" field.

func FullNameEqualFold

func FullNameEqualFold(v string) predicate.Repository

FullNameEqualFold applies the EqualFold predicate on the "full_name" field.

func FullNameGT

func FullNameGT(v string) predicate.Repository

FullNameGT applies the GT predicate on the "full_name" field.

func FullNameGTE

func FullNameGTE(v string) predicate.Repository

FullNameGTE applies the GTE predicate on the "full_name" field.

func FullNameHasPrefix

func FullNameHasPrefix(v string) predicate.Repository

FullNameHasPrefix applies the HasPrefix predicate on the "full_name" field.

func FullNameHasSuffix

func FullNameHasSuffix(v string) predicate.Repository

FullNameHasSuffix applies the HasSuffix predicate on the "full_name" field.

func FullNameIn

func FullNameIn(vs ...string) predicate.Repository

FullNameIn applies the In predicate on the "full_name" field.

func FullNameLT

func FullNameLT(v string) predicate.Repository

FullNameLT applies the LT predicate on the "full_name" field.

func FullNameLTE

func FullNameLTE(v string) predicate.Repository

FullNameLTE applies the LTE predicate on the "full_name" field.

func FullNameNEQ

func FullNameNEQ(v string) predicate.Repository

FullNameNEQ applies the NEQ predicate on the "full_name" field.

func FullNameNotIn

func FullNameNotIn(vs ...string) predicate.Repository

FullNameNotIn applies the NotIn predicate on the "full_name" field.

func GitCommitsURL

func GitCommitsURL(v string) predicate.Repository

GitCommitsURL applies equality check predicate on the "git_commits_url" field. It's identical to GitCommitsURLEQ.

func GitCommitsURLContains

func GitCommitsURLContains(v string) predicate.Repository

GitCommitsURLContains applies the Contains predicate on the "git_commits_url" field.

func GitCommitsURLContainsFold

func GitCommitsURLContainsFold(v string) predicate.Repository

GitCommitsURLContainsFold applies the ContainsFold predicate on the "git_commits_url" field.

func GitCommitsURLEQ

func GitCommitsURLEQ(v string) predicate.Repository

GitCommitsURLEQ applies the EQ predicate on the "git_commits_url" field.

func GitCommitsURLEqualFold

func GitCommitsURLEqualFold(v string) predicate.Repository

GitCommitsURLEqualFold applies the EqualFold predicate on the "git_commits_url" field.

func GitCommitsURLGT

func GitCommitsURLGT(v string) predicate.Repository

GitCommitsURLGT applies the GT predicate on the "git_commits_url" field.

func GitCommitsURLGTE

func GitCommitsURLGTE(v string) predicate.Repository

GitCommitsURLGTE applies the GTE predicate on the "git_commits_url" field.

func GitCommitsURLHasPrefix

func GitCommitsURLHasPrefix(v string) predicate.Repository

GitCommitsURLHasPrefix applies the HasPrefix predicate on the "git_commits_url" field.

func GitCommitsURLHasSuffix

func GitCommitsURLHasSuffix(v string) predicate.Repository

GitCommitsURLHasSuffix applies the HasSuffix predicate on the "git_commits_url" field.

func GitCommitsURLIn

func GitCommitsURLIn(vs ...string) predicate.Repository

GitCommitsURLIn applies the In predicate on the "git_commits_url" field.

func GitCommitsURLLT

func GitCommitsURLLT(v string) predicate.Repository

GitCommitsURLLT applies the LT predicate on the "git_commits_url" field.

func GitCommitsURLLTE

func GitCommitsURLLTE(v string) predicate.Repository

GitCommitsURLLTE applies the LTE predicate on the "git_commits_url" field.

func GitCommitsURLNEQ

func GitCommitsURLNEQ(v string) predicate.Repository

GitCommitsURLNEQ applies the NEQ predicate on the "git_commits_url" field.

func GitCommitsURLNotIn

func GitCommitsURLNotIn(vs ...string) predicate.Repository

GitCommitsURLNotIn applies the NotIn predicate on the "git_commits_url" field.

func GitRefsURL

func GitRefsURL(v string) predicate.Repository

GitRefsURL applies equality check predicate on the "git_refs_url" field. It's identical to GitRefsURLEQ.

func GitRefsURLContains

func GitRefsURLContains(v string) predicate.Repository

GitRefsURLContains applies the Contains predicate on the "git_refs_url" field.

func GitRefsURLContainsFold

func GitRefsURLContainsFold(v string) predicate.Repository

GitRefsURLContainsFold applies the ContainsFold predicate on the "git_refs_url" field.

func GitRefsURLEQ

func GitRefsURLEQ(v string) predicate.Repository

GitRefsURLEQ applies the EQ predicate on the "git_refs_url" field.

func GitRefsURLEqualFold

func GitRefsURLEqualFold(v string) predicate.Repository

GitRefsURLEqualFold applies the EqualFold predicate on the "git_refs_url" field.

func GitRefsURLGT

func GitRefsURLGT(v string) predicate.Repository

GitRefsURLGT applies the GT predicate on the "git_refs_url" field.

func GitRefsURLGTE

func GitRefsURLGTE(v string) predicate.Repository

GitRefsURLGTE applies the GTE predicate on the "git_refs_url" field.

func GitRefsURLHasPrefix

func GitRefsURLHasPrefix(v string) predicate.Repository

GitRefsURLHasPrefix applies the HasPrefix predicate on the "git_refs_url" field.

func GitRefsURLHasSuffix

func GitRefsURLHasSuffix(v string) predicate.Repository

GitRefsURLHasSuffix applies the HasSuffix predicate on the "git_refs_url" field.

func GitRefsURLIn

func GitRefsURLIn(vs ...string) predicate.Repository

GitRefsURLIn applies the In predicate on the "git_refs_url" field.

func GitRefsURLLT

func GitRefsURLLT(v string) predicate.Repository

GitRefsURLLT applies the LT predicate on the "git_refs_url" field.

func GitRefsURLLTE

func GitRefsURLLTE(v string) predicate.Repository

GitRefsURLLTE applies the LTE predicate on the "git_refs_url" field.

func GitRefsURLNEQ

func GitRefsURLNEQ(v string) predicate.Repository

GitRefsURLNEQ applies the NEQ predicate on the "git_refs_url" field.

func GitRefsURLNotIn

func GitRefsURLNotIn(vs ...string) predicate.Repository

GitRefsURLNotIn applies the NotIn predicate on the "git_refs_url" field.

func GitTagsURL

func GitTagsURL(v string) predicate.Repository

GitTagsURL applies equality check predicate on the "git_tags_url" field. It's identical to GitTagsURLEQ.

func GitTagsURLContains

func GitTagsURLContains(v string) predicate.Repository

GitTagsURLContains applies the Contains predicate on the "git_tags_url" field.

func GitTagsURLContainsFold

func GitTagsURLContainsFold(v string) predicate.Repository

GitTagsURLContainsFold applies the ContainsFold predicate on the "git_tags_url" field.

func GitTagsURLEQ

func GitTagsURLEQ(v string) predicate.Repository

GitTagsURLEQ applies the EQ predicate on the "git_tags_url" field.

func GitTagsURLEqualFold

func GitTagsURLEqualFold(v string) predicate.Repository

GitTagsURLEqualFold applies the EqualFold predicate on the "git_tags_url" field.

func GitTagsURLGT

func GitTagsURLGT(v string) predicate.Repository

GitTagsURLGT applies the GT predicate on the "git_tags_url" field.

func GitTagsURLGTE

func GitTagsURLGTE(v string) predicate.Repository

GitTagsURLGTE applies the GTE predicate on the "git_tags_url" field.

func GitTagsURLHasPrefix

func GitTagsURLHasPrefix(v string) predicate.Repository

GitTagsURLHasPrefix applies the HasPrefix predicate on the "git_tags_url" field.

func GitTagsURLHasSuffix

func GitTagsURLHasSuffix(v string) predicate.Repository

GitTagsURLHasSuffix applies the HasSuffix predicate on the "git_tags_url" field.

func GitTagsURLIn

func GitTagsURLIn(vs ...string) predicate.Repository

GitTagsURLIn applies the In predicate on the "git_tags_url" field.

func GitTagsURLLT

func GitTagsURLLT(v string) predicate.Repository

GitTagsURLLT applies the LT predicate on the "git_tags_url" field.

func GitTagsURLLTE

func GitTagsURLLTE(v string) predicate.Repository

GitTagsURLLTE applies the LTE predicate on the "git_tags_url" field.

func GitTagsURLNEQ

func GitTagsURLNEQ(v string) predicate.Repository

GitTagsURLNEQ applies the NEQ predicate on the "git_tags_url" field.

func GitTagsURLNotIn

func GitTagsURLNotIn(vs ...string) predicate.Repository

GitTagsURLNotIn applies the NotIn predicate on the "git_tags_url" field.

func GitURL

func GitURL(v string) predicate.Repository

GitURL applies equality check predicate on the "git_url" field. It's identical to GitURLEQ.

func GitURLContains

func GitURLContains(v string) predicate.Repository

GitURLContains applies the Contains predicate on the "git_url" field.

func GitURLContainsFold

func GitURLContainsFold(v string) predicate.Repository

GitURLContainsFold applies the ContainsFold predicate on the "git_url" field.

func GitURLEQ

func GitURLEQ(v string) predicate.Repository

GitURLEQ applies the EQ predicate on the "git_url" field.

func GitURLEqualFold

func GitURLEqualFold(v string) predicate.Repository

GitURLEqualFold applies the EqualFold predicate on the "git_url" field.

func GitURLGT

func GitURLGT(v string) predicate.Repository

GitURLGT applies the GT predicate on the "git_url" field.

func GitURLGTE

func GitURLGTE(v string) predicate.Repository

GitURLGTE applies the GTE predicate on the "git_url" field.

func GitURLHasPrefix

func GitURLHasPrefix(v string) predicate.Repository

GitURLHasPrefix applies the HasPrefix predicate on the "git_url" field.

func GitURLHasSuffix

func GitURLHasSuffix(v string) predicate.Repository

GitURLHasSuffix applies the HasSuffix predicate on the "git_url" field.

func GitURLIn

func GitURLIn(vs ...string) predicate.Repository

GitURLIn applies the In predicate on the "git_url" field.

func GitURLLT

func GitURLLT(v string) predicate.Repository

GitURLLT applies the LT predicate on the "git_url" field.

func GitURLLTE

func GitURLLTE(v string) predicate.Repository

GitURLLTE applies the LTE predicate on the "git_url" field.

func GitURLNEQ

func GitURLNEQ(v string) predicate.Repository

GitURLNEQ applies the NEQ predicate on the "git_url" field.

func GitURLNotIn

func GitURLNotIn(vs ...string) predicate.Repository

GitURLNotIn applies the NotIn predicate on the "git_url" field.

func HTMLURL

func HTMLURL(v string) predicate.Repository

HTMLURL applies equality check predicate on the "html_url" field. It's identical to HTMLURLEQ.

func HTMLURLContains

func HTMLURLContains(v string) predicate.Repository

HTMLURLContains applies the Contains predicate on the "html_url" field.

func HTMLURLContainsFold

func HTMLURLContainsFold(v string) predicate.Repository

HTMLURLContainsFold applies the ContainsFold predicate on the "html_url" field.

func HTMLURLEQ

func HTMLURLEQ(v string) predicate.Repository

HTMLURLEQ applies the EQ predicate on the "html_url" field.

func HTMLURLEqualFold

func HTMLURLEqualFold(v string) predicate.Repository

HTMLURLEqualFold applies the EqualFold predicate on the "html_url" field.

func HTMLURLGT

func HTMLURLGT(v string) predicate.Repository

HTMLURLGT applies the GT predicate on the "html_url" field.

func HTMLURLGTE

func HTMLURLGTE(v string) predicate.Repository

HTMLURLGTE applies the GTE predicate on the "html_url" field.

func HTMLURLHasPrefix

func HTMLURLHasPrefix(v string) predicate.Repository

HTMLURLHasPrefix applies the HasPrefix predicate on the "html_url" field.

func HTMLURLHasSuffix

func HTMLURLHasSuffix(v string) predicate.Repository

HTMLURLHasSuffix applies the HasSuffix predicate on the "html_url" field.

func HTMLURLIn

func HTMLURLIn(vs ...string) predicate.Repository

HTMLURLIn applies the In predicate on the "html_url" field.

func HTMLURLLT

func HTMLURLLT(v string) predicate.Repository

HTMLURLLT applies the LT predicate on the "html_url" field.

func HTMLURLLTE

func HTMLURLLTE(v string) predicate.Repository

HTMLURLLTE applies the LTE predicate on the "html_url" field.

func HTMLURLNEQ

func HTMLURLNEQ(v string) predicate.Repository

HTMLURLNEQ applies the NEQ predicate on the "html_url" field.

func HTMLURLNotIn

func HTMLURLNotIn(vs ...string) predicate.Repository

HTMLURLNotIn applies the NotIn predicate on the "html_url" field.

func HasDiscussions

func HasDiscussions(v bool) predicate.Repository

HasDiscussions applies equality check predicate on the "has_discussions" field. It's identical to HasDiscussionsEQ.

func HasDiscussionsEQ

func HasDiscussionsEQ(v bool) predicate.Repository

HasDiscussionsEQ applies the EQ predicate on the "has_discussions" field.

func HasDiscussionsNEQ

func HasDiscussionsNEQ(v bool) predicate.Repository

HasDiscussionsNEQ applies the NEQ predicate on the "has_discussions" field.

func HasDownloads

func HasDownloads(v bool) predicate.Repository

HasDownloads applies equality check predicate on the "has_downloads" field. It's identical to HasDownloadsEQ.

func HasDownloadsEQ

func HasDownloadsEQ(v bool) predicate.Repository

HasDownloadsEQ applies the EQ predicate on the "has_downloads" field.

func HasDownloadsNEQ

func HasDownloadsNEQ(v bool) predicate.Repository

HasDownloadsNEQ applies the NEQ predicate on the "has_downloads" field.

func HasIssues

func HasIssues() predicate.Repository

HasIssues applies the HasEdge predicate on the "issues" edge.

func HasIssuesEnabled

func HasIssuesEnabled(v bool) predicate.Repository

HasIssuesEnabled applies equality check predicate on the "has_issues_enabled" field. It's identical to HasIssuesEnabledEQ.

func HasIssuesEnabledEQ

func HasIssuesEnabledEQ(v bool) predicate.Repository

HasIssuesEnabledEQ applies the EQ predicate on the "has_issues_enabled" field.

func HasIssuesEnabledNEQ

func HasIssuesEnabledNEQ(v bool) predicate.Repository

HasIssuesEnabledNEQ applies the NEQ predicate on the "has_issues_enabled" field.

func HasIssuesWith

func HasIssuesWith(preds ...predicate.Issue) predicate.Repository

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

func HasOwner

func HasOwner() predicate.Repository

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

func HasOwnerWith

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

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

func HasPages

func HasPages(v bool) predicate.Repository

HasPages applies equality check predicate on the "has_pages" field. It's identical to HasPagesEQ.

func HasPagesEQ

func HasPagesEQ(v bool) predicate.Repository

HasPagesEQ applies the EQ predicate on the "has_pages" field.

func HasPagesNEQ

func HasPagesNEQ(v bool) predicate.Repository

HasPagesNEQ applies the NEQ predicate on the "has_pages" field.

func HasProjects

func HasProjects(v bool) predicate.Repository

HasProjects applies equality check predicate on the "has_projects" field. It's identical to HasProjectsEQ.

func HasProjectsEQ

func HasProjectsEQ(v bool) predicate.Repository

HasProjectsEQ applies the EQ predicate on the "has_projects" field.

func HasProjectsNEQ

func HasProjectsNEQ(v bool) predicate.Repository

HasProjectsNEQ applies the NEQ predicate on the "has_projects" field.

func HasWiki

func HasWiki(v bool) predicate.Repository

HasWiki applies equality check predicate on the "has_wiki" field. It's identical to HasWikiEQ.

func HasWikiEQ

func HasWikiEQ(v bool) predicate.Repository

HasWikiEQ applies the EQ predicate on the "has_wiki" field.

func HasWikiNEQ

func HasWikiNEQ(v bool) predicate.Repository

HasWikiNEQ applies the NEQ predicate on the "has_wiki" field.

func Homepage

func Homepage(v string) predicate.Repository

Homepage applies equality check predicate on the "homepage" field. It's identical to HomepageEQ.

func HomepageContains

func HomepageContains(v string) predicate.Repository

HomepageContains applies the Contains predicate on the "homepage" field.

func HomepageContainsFold

func HomepageContainsFold(v string) predicate.Repository

HomepageContainsFold applies the ContainsFold predicate on the "homepage" field.

func HomepageEQ

func HomepageEQ(v string) predicate.Repository

HomepageEQ applies the EQ predicate on the "homepage" field.

func HomepageEqualFold

func HomepageEqualFold(v string) predicate.Repository

HomepageEqualFold applies the EqualFold predicate on the "homepage" field.

func HomepageGT

func HomepageGT(v string) predicate.Repository

HomepageGT applies the GT predicate on the "homepage" field.

func HomepageGTE

func HomepageGTE(v string) predicate.Repository

HomepageGTE applies the GTE predicate on the "homepage" field.

func HomepageHasPrefix

func HomepageHasPrefix(v string) predicate.Repository

HomepageHasPrefix applies the HasPrefix predicate on the "homepage" field.

func HomepageHasSuffix

func HomepageHasSuffix(v string) predicate.Repository

HomepageHasSuffix applies the HasSuffix predicate on the "homepage" field.

func HomepageIn

func HomepageIn(vs ...string) predicate.Repository

HomepageIn applies the In predicate on the "homepage" field.

func HomepageIsNil

func HomepageIsNil() predicate.Repository

HomepageIsNil applies the IsNil predicate on the "homepage" field.

func HomepageLT

func HomepageLT(v string) predicate.Repository

HomepageLT applies the LT predicate on the "homepage" field.

func HomepageLTE

func HomepageLTE(v string) predicate.Repository

HomepageLTE applies the LTE predicate on the "homepage" field.

func HomepageNEQ

func HomepageNEQ(v string) predicate.Repository

HomepageNEQ applies the NEQ predicate on the "homepage" field.

func HomepageNotIn

func HomepageNotIn(vs ...string) predicate.Repository

HomepageNotIn applies the NotIn predicate on the "homepage" field.

func HomepageNotNil

func HomepageNotNil() predicate.Repository

HomepageNotNil applies the NotNil predicate on the "homepage" field.

func HooksURL

func HooksURL(v string) predicate.Repository

HooksURL applies equality check predicate on the "hooks_url" field. It's identical to HooksURLEQ.

func HooksURLContains

func HooksURLContains(v string) predicate.Repository

HooksURLContains applies the Contains predicate on the "hooks_url" field.

func HooksURLContainsFold

func HooksURLContainsFold(v string) predicate.Repository

HooksURLContainsFold applies the ContainsFold predicate on the "hooks_url" field.

func HooksURLEQ

func HooksURLEQ(v string) predicate.Repository

HooksURLEQ applies the EQ predicate on the "hooks_url" field.

func HooksURLEqualFold

func HooksURLEqualFold(v string) predicate.Repository

HooksURLEqualFold applies the EqualFold predicate on the "hooks_url" field.

func HooksURLGT

func HooksURLGT(v string) predicate.Repository

HooksURLGT applies the GT predicate on the "hooks_url" field.

func HooksURLGTE

func HooksURLGTE(v string) predicate.Repository

HooksURLGTE applies the GTE predicate on the "hooks_url" field.

func HooksURLHasPrefix

func HooksURLHasPrefix(v string) predicate.Repository

HooksURLHasPrefix applies the HasPrefix predicate on the "hooks_url" field.

func HooksURLHasSuffix

func HooksURLHasSuffix(v string) predicate.Repository

HooksURLHasSuffix applies the HasSuffix predicate on the "hooks_url" field.

func HooksURLIn

func HooksURLIn(vs ...string) predicate.Repository

HooksURLIn applies the In predicate on the "hooks_url" field.

func HooksURLLT

func HooksURLLT(v string) predicate.Repository

HooksURLLT applies the LT predicate on the "hooks_url" field.

func HooksURLLTE

func HooksURLLTE(v string) predicate.Repository

HooksURLLTE applies the LTE predicate on the "hooks_url" field.

func HooksURLNEQ

func HooksURLNEQ(v string) predicate.Repository

HooksURLNEQ applies the NEQ predicate on the "hooks_url" field.

func HooksURLNotIn

func HooksURLNotIn(vs ...string) predicate.Repository

HooksURLNotIn applies the NotIn predicate on the "hooks_url" field.

func ID

func ID(id int64) predicate.Repository

ID filters vertices based on their ID field.

func IDEQ

func IDEQ(id int64) predicate.Repository

IDEQ applies the EQ predicate on the ID field.

func IDGT

func IDGT(id int64) predicate.Repository

IDGT applies the GT predicate on the ID field.

func IDGTE

func IDGTE(id int64) predicate.Repository

IDGTE applies the GTE predicate on the ID field.

func IDIn

func IDIn(ids ...int64) predicate.Repository

IDIn applies the In predicate on the ID field.

func IDLT

func IDLT(id int64) predicate.Repository

IDLT applies the LT predicate on the ID field.

func IDLTE

func IDLTE(id int64) predicate.Repository

IDLTE applies the LTE predicate on the ID field.

func IDNEQ

func IDNEQ(id int64) predicate.Repository

IDNEQ applies the NEQ predicate on the ID field.

func IDNotIn

func IDNotIn(ids ...int64) predicate.Repository

IDNotIn applies the NotIn predicate on the ID field.

func IsTemplate

func IsTemplate(v bool) predicate.Repository

IsTemplate applies equality check predicate on the "is_template" field. It's identical to IsTemplateEQ.

func IsTemplateEQ

func IsTemplateEQ(v bool) predicate.Repository

IsTemplateEQ applies the EQ predicate on the "is_template" field.

func IsTemplateNEQ

func IsTemplateNEQ(v bool) predicate.Repository

IsTemplateNEQ applies the NEQ predicate on the "is_template" field.

func IssueCommentURL

func IssueCommentURL(v string) predicate.Repository

IssueCommentURL applies equality check predicate on the "issue_comment_url" field. It's identical to IssueCommentURLEQ.

func IssueCommentURLContains

func IssueCommentURLContains(v string) predicate.Repository

IssueCommentURLContains applies the Contains predicate on the "issue_comment_url" field.

func IssueCommentURLContainsFold

func IssueCommentURLContainsFold(v string) predicate.Repository

IssueCommentURLContainsFold applies the ContainsFold predicate on the "issue_comment_url" field.

func IssueCommentURLEQ

func IssueCommentURLEQ(v string) predicate.Repository

IssueCommentURLEQ applies the EQ predicate on the "issue_comment_url" field.

func IssueCommentURLEqualFold

func IssueCommentURLEqualFold(v string) predicate.Repository

IssueCommentURLEqualFold applies the EqualFold predicate on the "issue_comment_url" field.

func IssueCommentURLGT

func IssueCommentURLGT(v string) predicate.Repository

IssueCommentURLGT applies the GT predicate on the "issue_comment_url" field.

func IssueCommentURLGTE

func IssueCommentURLGTE(v string) predicate.Repository

IssueCommentURLGTE applies the GTE predicate on the "issue_comment_url" field.

func IssueCommentURLHasPrefix

func IssueCommentURLHasPrefix(v string) predicate.Repository

IssueCommentURLHasPrefix applies the HasPrefix predicate on the "issue_comment_url" field.

func IssueCommentURLHasSuffix

func IssueCommentURLHasSuffix(v string) predicate.Repository

IssueCommentURLHasSuffix applies the HasSuffix predicate on the "issue_comment_url" field.

func IssueCommentURLIn

func IssueCommentURLIn(vs ...string) predicate.Repository

IssueCommentURLIn applies the In predicate on the "issue_comment_url" field.

func IssueCommentURLLT

func IssueCommentURLLT(v string) predicate.Repository

IssueCommentURLLT applies the LT predicate on the "issue_comment_url" field.

func IssueCommentURLLTE

func IssueCommentURLLTE(v string) predicate.Repository

IssueCommentURLLTE applies the LTE predicate on the "issue_comment_url" field.

func IssueCommentURLNEQ

func IssueCommentURLNEQ(v string) predicate.Repository

IssueCommentURLNEQ applies the NEQ predicate on the "issue_comment_url" field.

func IssueCommentURLNotIn

func IssueCommentURLNotIn(vs ...string) predicate.Repository

IssueCommentURLNotIn applies the NotIn predicate on the "issue_comment_url" field.

func IssueEventsURL

func IssueEventsURL(v string) predicate.Repository

IssueEventsURL applies equality check predicate on the "issue_events_url" field. It's identical to IssueEventsURLEQ.

func IssueEventsURLContains

func IssueEventsURLContains(v string) predicate.Repository

IssueEventsURLContains applies the Contains predicate on the "issue_events_url" field.

func IssueEventsURLContainsFold

func IssueEventsURLContainsFold(v string) predicate.Repository

IssueEventsURLContainsFold applies the ContainsFold predicate on the "issue_events_url" field.

func IssueEventsURLEQ

func IssueEventsURLEQ(v string) predicate.Repository

IssueEventsURLEQ applies the EQ predicate on the "issue_events_url" field.

func IssueEventsURLEqualFold

func IssueEventsURLEqualFold(v string) predicate.Repository

IssueEventsURLEqualFold applies the EqualFold predicate on the "issue_events_url" field.

func IssueEventsURLGT

func IssueEventsURLGT(v string) predicate.Repository

IssueEventsURLGT applies the GT predicate on the "issue_events_url" field.

func IssueEventsURLGTE

func IssueEventsURLGTE(v string) predicate.Repository

IssueEventsURLGTE applies the GTE predicate on the "issue_events_url" field.

func IssueEventsURLHasPrefix

func IssueEventsURLHasPrefix(v string) predicate.Repository

IssueEventsURLHasPrefix applies the HasPrefix predicate on the "issue_events_url" field.

func IssueEventsURLHasSuffix

func IssueEventsURLHasSuffix(v string) predicate.Repository

IssueEventsURLHasSuffix applies the HasSuffix predicate on the "issue_events_url" field.

func IssueEventsURLIn

func IssueEventsURLIn(vs ...string) predicate.Repository

IssueEventsURLIn applies the In predicate on the "issue_events_url" field.

func IssueEventsURLLT

func IssueEventsURLLT(v string) predicate.Repository

IssueEventsURLLT applies the LT predicate on the "issue_events_url" field.

func IssueEventsURLLTE

func IssueEventsURLLTE(v string) predicate.Repository

IssueEventsURLLTE applies the LTE predicate on the "issue_events_url" field.

func IssueEventsURLNEQ

func IssueEventsURLNEQ(v string) predicate.Repository

IssueEventsURLNEQ applies the NEQ predicate on the "issue_events_url" field.

func IssueEventsURLNotIn

func IssueEventsURLNotIn(vs ...string) predicate.Repository

IssueEventsURLNotIn applies the NotIn predicate on the "issue_events_url" field.

func IssuesURL

func IssuesURL(v string) predicate.Repository

IssuesURL applies equality check predicate on the "issues_url" field. It's identical to IssuesURLEQ.

func IssuesURLContains

func IssuesURLContains(v string) predicate.Repository

IssuesURLContains applies the Contains predicate on the "issues_url" field.

func IssuesURLContainsFold

func IssuesURLContainsFold(v string) predicate.Repository

IssuesURLContainsFold applies the ContainsFold predicate on the "issues_url" field.

func IssuesURLEQ

func IssuesURLEQ(v string) predicate.Repository

IssuesURLEQ applies the EQ predicate on the "issues_url" field.

func IssuesURLEqualFold

func IssuesURLEqualFold(v string) predicate.Repository

IssuesURLEqualFold applies the EqualFold predicate on the "issues_url" field.

func IssuesURLGT

func IssuesURLGT(v string) predicate.Repository

IssuesURLGT applies the GT predicate on the "issues_url" field.

func IssuesURLGTE

func IssuesURLGTE(v string) predicate.Repository

IssuesURLGTE applies the GTE predicate on the "issues_url" field.

func IssuesURLHasPrefix

func IssuesURLHasPrefix(v string) predicate.Repository

IssuesURLHasPrefix applies the HasPrefix predicate on the "issues_url" field.

func IssuesURLHasSuffix

func IssuesURLHasSuffix(v string) predicate.Repository

IssuesURLHasSuffix applies the HasSuffix predicate on the "issues_url" field.

func IssuesURLIn

func IssuesURLIn(vs ...string) predicate.Repository

IssuesURLIn applies the In predicate on the "issues_url" field.

func IssuesURLLT

func IssuesURLLT(v string) predicate.Repository

IssuesURLLT applies the LT predicate on the "issues_url" field.

func IssuesURLLTE

func IssuesURLLTE(v string) predicate.Repository

IssuesURLLTE applies the LTE predicate on the "issues_url" field.

func IssuesURLNEQ

func IssuesURLNEQ(v string) predicate.Repository

IssuesURLNEQ applies the NEQ predicate on the "issues_url" field.

func IssuesURLNotIn

func IssuesURLNotIn(vs ...string) predicate.Repository

IssuesURLNotIn applies the NotIn predicate on the "issues_url" field.

func KeysURL

func KeysURL(v string) predicate.Repository

KeysURL applies equality check predicate on the "keys_url" field. It's identical to KeysURLEQ.

func KeysURLContains

func KeysURLContains(v string) predicate.Repository

KeysURLContains applies the Contains predicate on the "keys_url" field.

func KeysURLContainsFold

func KeysURLContainsFold(v string) predicate.Repository

KeysURLContainsFold applies the ContainsFold predicate on the "keys_url" field.

func KeysURLEQ

func KeysURLEQ(v string) predicate.Repository

KeysURLEQ applies the EQ predicate on the "keys_url" field.

func KeysURLEqualFold

func KeysURLEqualFold(v string) predicate.Repository

KeysURLEqualFold applies the EqualFold predicate on the "keys_url" field.

func KeysURLGT

func KeysURLGT(v string) predicate.Repository

KeysURLGT applies the GT predicate on the "keys_url" field.

func KeysURLGTE

func KeysURLGTE(v string) predicate.Repository

KeysURLGTE applies the GTE predicate on the "keys_url" field.

func KeysURLHasPrefix

func KeysURLHasPrefix(v string) predicate.Repository

KeysURLHasPrefix applies the HasPrefix predicate on the "keys_url" field.

func KeysURLHasSuffix

func KeysURLHasSuffix(v string) predicate.Repository

KeysURLHasSuffix applies the HasSuffix predicate on the "keys_url" field.

func KeysURLIn

func KeysURLIn(vs ...string) predicate.Repository

KeysURLIn applies the In predicate on the "keys_url" field.

func KeysURLLT

func KeysURLLT(v string) predicate.Repository

KeysURLLT applies the LT predicate on the "keys_url" field.

func KeysURLLTE

func KeysURLLTE(v string) predicate.Repository

KeysURLLTE applies the LTE predicate on the "keys_url" field.

func KeysURLNEQ

func KeysURLNEQ(v string) predicate.Repository

KeysURLNEQ applies the NEQ predicate on the "keys_url" field.

func KeysURLNotIn

func KeysURLNotIn(vs ...string) predicate.Repository

KeysURLNotIn applies the NotIn predicate on the "keys_url" field.

func LabelsURL

func LabelsURL(v string) predicate.Repository

LabelsURL applies equality check predicate on the "labels_url" field. It's identical to LabelsURLEQ.

func LabelsURLContains

func LabelsURLContains(v string) predicate.Repository

LabelsURLContains applies the Contains predicate on the "labels_url" field.

func LabelsURLContainsFold

func LabelsURLContainsFold(v string) predicate.Repository

LabelsURLContainsFold applies the ContainsFold predicate on the "labels_url" field.

func LabelsURLEQ

func LabelsURLEQ(v string) predicate.Repository

LabelsURLEQ applies the EQ predicate on the "labels_url" field.

func LabelsURLEqualFold

func LabelsURLEqualFold(v string) predicate.Repository

LabelsURLEqualFold applies the EqualFold predicate on the "labels_url" field.

func LabelsURLGT

func LabelsURLGT(v string) predicate.Repository

LabelsURLGT applies the GT predicate on the "labels_url" field.

func LabelsURLGTE

func LabelsURLGTE(v string) predicate.Repository

LabelsURLGTE applies the GTE predicate on the "labels_url" field.

func LabelsURLHasPrefix

func LabelsURLHasPrefix(v string) predicate.Repository

LabelsURLHasPrefix applies the HasPrefix predicate on the "labels_url" field.

func LabelsURLHasSuffix

func LabelsURLHasSuffix(v string) predicate.Repository

LabelsURLHasSuffix applies the HasSuffix predicate on the "labels_url" field.

func LabelsURLIn

func LabelsURLIn(vs ...string) predicate.Repository

LabelsURLIn applies the In predicate on the "labels_url" field.

func LabelsURLLT

func LabelsURLLT(v string) predicate.Repository

LabelsURLLT applies the LT predicate on the "labels_url" field.

func LabelsURLLTE

func LabelsURLLTE(v string) predicate.Repository

LabelsURLLTE applies the LTE predicate on the "labels_url" field.

func LabelsURLNEQ

func LabelsURLNEQ(v string) predicate.Repository

LabelsURLNEQ applies the NEQ predicate on the "labels_url" field.

func LabelsURLNotIn

func LabelsURLNotIn(vs ...string) predicate.Repository

LabelsURLNotIn applies the NotIn predicate on the "labels_url" field.

func Language

func Language(v string) predicate.Repository

Language applies equality check predicate on the "language" field. It's identical to LanguageEQ.

func LanguageContains

func LanguageContains(v string) predicate.Repository

LanguageContains applies the Contains predicate on the "language" field.

func LanguageContainsFold

func LanguageContainsFold(v string) predicate.Repository

LanguageContainsFold applies the ContainsFold predicate on the "language" field.

func LanguageEQ

func LanguageEQ(v string) predicate.Repository

LanguageEQ applies the EQ predicate on the "language" field.

func LanguageEqualFold

func LanguageEqualFold(v string) predicate.Repository

LanguageEqualFold applies the EqualFold predicate on the "language" field.

func LanguageGT

func LanguageGT(v string) predicate.Repository

LanguageGT applies the GT predicate on the "language" field.

func LanguageGTE

func LanguageGTE(v string) predicate.Repository

LanguageGTE applies the GTE predicate on the "language" field.

func LanguageHasPrefix

func LanguageHasPrefix(v string) predicate.Repository

LanguageHasPrefix applies the HasPrefix predicate on the "language" field.

func LanguageHasSuffix

func LanguageHasSuffix(v string) predicate.Repository

LanguageHasSuffix applies the HasSuffix predicate on the "language" field.

func LanguageIn

func LanguageIn(vs ...string) predicate.Repository

LanguageIn applies the In predicate on the "language" field.

func LanguageIsNil

func LanguageIsNil() predicate.Repository

LanguageIsNil applies the IsNil predicate on the "language" field.

func LanguageLT

func LanguageLT(v string) predicate.Repository

LanguageLT applies the LT predicate on the "language" field.

func LanguageLTE

func LanguageLTE(v string) predicate.Repository

LanguageLTE applies the LTE predicate on the "language" field.

func LanguageNEQ

func LanguageNEQ(v string) predicate.Repository

LanguageNEQ applies the NEQ predicate on the "language" field.

func LanguageNotIn

func LanguageNotIn(vs ...string) predicate.Repository

LanguageNotIn applies the NotIn predicate on the "language" field.

func LanguageNotNil

func LanguageNotNil() predicate.Repository

LanguageNotNil applies the NotNil predicate on the "language" field.

func LanguagesURL

func LanguagesURL(v string) predicate.Repository

LanguagesURL applies equality check predicate on the "languages_url" field. It's identical to LanguagesURLEQ.

func LanguagesURLContains

func LanguagesURLContains(v string) predicate.Repository

LanguagesURLContains applies the Contains predicate on the "languages_url" field.

func LanguagesURLContainsFold

func LanguagesURLContainsFold(v string) predicate.Repository

LanguagesURLContainsFold applies the ContainsFold predicate on the "languages_url" field.

func LanguagesURLEQ

func LanguagesURLEQ(v string) predicate.Repository

LanguagesURLEQ applies the EQ predicate on the "languages_url" field.

func LanguagesURLEqualFold

func LanguagesURLEqualFold(v string) predicate.Repository

LanguagesURLEqualFold applies the EqualFold predicate on the "languages_url" field.

func LanguagesURLGT

func LanguagesURLGT(v string) predicate.Repository

LanguagesURLGT applies the GT predicate on the "languages_url" field.

func LanguagesURLGTE

func LanguagesURLGTE(v string) predicate.Repository

LanguagesURLGTE applies the GTE predicate on the "languages_url" field.

func LanguagesURLHasPrefix

func LanguagesURLHasPrefix(v string) predicate.Repository

LanguagesURLHasPrefix applies the HasPrefix predicate on the "languages_url" field.

func LanguagesURLHasSuffix

func LanguagesURLHasSuffix(v string) predicate.Repository

LanguagesURLHasSuffix applies the HasSuffix predicate on the "languages_url" field.

func LanguagesURLIn

func LanguagesURLIn(vs ...string) predicate.Repository

LanguagesURLIn applies the In predicate on the "languages_url" field.

func LanguagesURLLT

func LanguagesURLLT(v string) predicate.Repository

LanguagesURLLT applies the LT predicate on the "languages_url" field.

func LanguagesURLLTE

func LanguagesURLLTE(v string) predicate.Repository

LanguagesURLLTE applies the LTE predicate on the "languages_url" field.

func LanguagesURLNEQ

func LanguagesURLNEQ(v string) predicate.Repository

LanguagesURLNEQ applies the NEQ predicate on the "languages_url" field.

func LanguagesURLNotIn

func LanguagesURLNotIn(vs ...string) predicate.Repository

LanguagesURLNotIn applies the NotIn predicate on the "languages_url" field.

func LicenseIsNil

func LicenseIsNil() predicate.Repository

LicenseIsNil applies the IsNil predicate on the "license" field.

func LicenseNotNil

func LicenseNotNil() predicate.Repository

LicenseNotNil applies the NotNil predicate on the "license" field.

func MergesURL

func MergesURL(v string) predicate.Repository

MergesURL applies equality check predicate on the "merges_url" field. It's identical to MergesURLEQ.

func MergesURLContains

func MergesURLContains(v string) predicate.Repository

MergesURLContains applies the Contains predicate on the "merges_url" field.

func MergesURLContainsFold

func MergesURLContainsFold(v string) predicate.Repository

MergesURLContainsFold applies the ContainsFold predicate on the "merges_url" field.

func MergesURLEQ

func MergesURLEQ(v string) predicate.Repository

MergesURLEQ applies the EQ predicate on the "merges_url" field.

func MergesURLEqualFold

func MergesURLEqualFold(v string) predicate.Repository

MergesURLEqualFold applies the EqualFold predicate on the "merges_url" field.

func MergesURLGT

func MergesURLGT(v string) predicate.Repository

MergesURLGT applies the GT predicate on the "merges_url" field.

func MergesURLGTE

func MergesURLGTE(v string) predicate.Repository

MergesURLGTE applies the GTE predicate on the "merges_url" field.

func MergesURLHasPrefix

func MergesURLHasPrefix(v string) predicate.Repository

MergesURLHasPrefix applies the HasPrefix predicate on the "merges_url" field.

func MergesURLHasSuffix

func MergesURLHasSuffix(v string) predicate.Repository

MergesURLHasSuffix applies the HasSuffix predicate on the "merges_url" field.

func MergesURLIn

func MergesURLIn(vs ...string) predicate.Repository

MergesURLIn applies the In predicate on the "merges_url" field.

func MergesURLLT

func MergesURLLT(v string) predicate.Repository

MergesURLLT applies the LT predicate on the "merges_url" field.

func MergesURLLTE

func MergesURLLTE(v string) predicate.Repository

MergesURLLTE applies the LTE predicate on the "merges_url" field.

func MergesURLNEQ

func MergesURLNEQ(v string) predicate.Repository

MergesURLNEQ applies the NEQ predicate on the "merges_url" field.

func MergesURLNotIn

func MergesURLNotIn(vs ...string) predicate.Repository

MergesURLNotIn applies the NotIn predicate on the "merges_url" field.

func MilestonesURL

func MilestonesURL(v string) predicate.Repository

MilestonesURL applies equality check predicate on the "milestones_url" field. It's identical to MilestonesURLEQ.

func MilestonesURLContains

func MilestonesURLContains(v string) predicate.Repository

MilestonesURLContains applies the Contains predicate on the "milestones_url" field.

func MilestonesURLContainsFold

func MilestonesURLContainsFold(v string) predicate.Repository

MilestonesURLContainsFold applies the ContainsFold predicate on the "milestones_url" field.

func MilestonesURLEQ

func MilestonesURLEQ(v string) predicate.Repository

MilestonesURLEQ applies the EQ predicate on the "milestones_url" field.

func MilestonesURLEqualFold

func MilestonesURLEqualFold(v string) predicate.Repository

MilestonesURLEqualFold applies the EqualFold predicate on the "milestones_url" field.

func MilestonesURLGT

func MilestonesURLGT(v string) predicate.Repository

MilestonesURLGT applies the GT predicate on the "milestones_url" field.

func MilestonesURLGTE

func MilestonesURLGTE(v string) predicate.Repository

MilestonesURLGTE applies the GTE predicate on the "milestones_url" field.

func MilestonesURLHasPrefix

func MilestonesURLHasPrefix(v string) predicate.Repository

MilestonesURLHasPrefix applies the HasPrefix predicate on the "milestones_url" field.

func MilestonesURLHasSuffix

func MilestonesURLHasSuffix(v string) predicate.Repository

MilestonesURLHasSuffix applies the HasSuffix predicate on the "milestones_url" field.

func MilestonesURLIn

func MilestonesURLIn(vs ...string) predicate.Repository

MilestonesURLIn applies the In predicate on the "milestones_url" field.

func MilestonesURLLT

func MilestonesURLLT(v string) predicate.Repository

MilestonesURLLT applies the LT predicate on the "milestones_url" field.

func MilestonesURLLTE

func MilestonesURLLTE(v string) predicate.Repository

MilestonesURLLTE applies the LTE predicate on the "milestones_url" field.

func MilestonesURLNEQ

func MilestonesURLNEQ(v string) predicate.Repository

MilestonesURLNEQ applies the NEQ predicate on the "milestones_url" field.

func MilestonesURLNotIn

func MilestonesURLNotIn(vs ...string) predicate.Repository

MilestonesURLNotIn applies the NotIn predicate on the "milestones_url" field.

func MirrorURL

func MirrorURL(v string) predicate.Repository

MirrorURL applies equality check predicate on the "mirror_url" field. It's identical to MirrorURLEQ.

func MirrorURLContains

func MirrorURLContains(v string) predicate.Repository

MirrorURLContains applies the Contains predicate on the "mirror_url" field.

func MirrorURLContainsFold

func MirrorURLContainsFold(v string) predicate.Repository

MirrorURLContainsFold applies the ContainsFold predicate on the "mirror_url" field.

func MirrorURLEQ

func MirrorURLEQ(v string) predicate.Repository

MirrorURLEQ applies the EQ predicate on the "mirror_url" field.

func MirrorURLEqualFold

func MirrorURLEqualFold(v string) predicate.Repository

MirrorURLEqualFold applies the EqualFold predicate on the "mirror_url" field.

func MirrorURLGT

func MirrorURLGT(v string) predicate.Repository

MirrorURLGT applies the GT predicate on the "mirror_url" field.

func MirrorURLGTE

func MirrorURLGTE(v string) predicate.Repository

MirrorURLGTE applies the GTE predicate on the "mirror_url" field.

func MirrorURLHasPrefix

func MirrorURLHasPrefix(v string) predicate.Repository

MirrorURLHasPrefix applies the HasPrefix predicate on the "mirror_url" field.

func MirrorURLHasSuffix

func MirrorURLHasSuffix(v string) predicate.Repository

MirrorURLHasSuffix applies the HasSuffix predicate on the "mirror_url" field.

func MirrorURLIn

func MirrorURLIn(vs ...string) predicate.Repository

MirrorURLIn applies the In predicate on the "mirror_url" field.

func MirrorURLIsNil

func MirrorURLIsNil() predicate.Repository

MirrorURLIsNil applies the IsNil predicate on the "mirror_url" field.

func MirrorURLLT

func MirrorURLLT(v string) predicate.Repository

MirrorURLLT applies the LT predicate on the "mirror_url" field.

func MirrorURLLTE

func MirrorURLLTE(v string) predicate.Repository

MirrorURLLTE applies the LTE predicate on the "mirror_url" field.

func MirrorURLNEQ

func MirrorURLNEQ(v string) predicate.Repository

MirrorURLNEQ applies the NEQ predicate on the "mirror_url" field.

func MirrorURLNotIn

func MirrorURLNotIn(vs ...string) predicate.Repository

MirrorURLNotIn applies the NotIn predicate on the "mirror_url" field.

func MirrorURLNotNil

func MirrorURLNotNil() predicate.Repository

MirrorURLNotNil applies the NotNil predicate on the "mirror_url" field.

func Name

func Name(v string) predicate.Repository

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

func NameContains

func NameContains(v string) predicate.Repository

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

func NameContainsFold

func NameContainsFold(v string) predicate.Repository

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

func NameEQ

func NameEQ(v string) predicate.Repository

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

func NameEqualFold

func NameEqualFold(v string) predicate.Repository

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

func NameGT

func NameGT(v string) predicate.Repository

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

func NameGTE

func NameGTE(v string) predicate.Repository

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

func NameHasPrefix

func NameHasPrefix(v string) predicate.Repository

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

func NameHasSuffix

func NameHasSuffix(v string) predicate.Repository

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

func NameIn

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

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

func NameLT

func NameLT(v string) predicate.Repository

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

func NameLTE

func NameLTE(v string) predicate.Repository

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

func NameNEQ

func NameNEQ(v string) predicate.Repository

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

func NameNotIn

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

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

func NetworkCount

func NetworkCount(v int64) predicate.Repository

NetworkCount applies equality check predicate on the "network_count" field. It's identical to NetworkCountEQ.

func NetworkCountEQ

func NetworkCountEQ(v int64) predicate.Repository

NetworkCountEQ applies the EQ predicate on the "network_count" field.

func NetworkCountGT

func NetworkCountGT(v int64) predicate.Repository

NetworkCountGT applies the GT predicate on the "network_count" field.

func NetworkCountGTE

func NetworkCountGTE(v int64) predicate.Repository

NetworkCountGTE applies the GTE predicate on the "network_count" field.

func NetworkCountIn

func NetworkCountIn(vs ...int64) predicate.Repository

NetworkCountIn applies the In predicate on the "network_count" field.

func NetworkCountLT

func NetworkCountLT(v int64) predicate.Repository

NetworkCountLT applies the LT predicate on the "network_count" field.

func NetworkCountLTE

func NetworkCountLTE(v int64) predicate.Repository

NetworkCountLTE applies the LTE predicate on the "network_count" field.

func NetworkCountNEQ

func NetworkCountNEQ(v int64) predicate.Repository

NetworkCountNEQ applies the NEQ predicate on the "network_count" field.

func NetworkCountNotIn

func NetworkCountNotIn(vs ...int64) predicate.Repository

NetworkCountNotIn applies the NotIn predicate on the "network_count" field.

func NodeID

func NodeID(v string) predicate.Repository

NodeID applies equality check predicate on the "node_id" field. It's identical to NodeIDEQ.

func NodeIDContains

func NodeIDContains(v string) predicate.Repository

NodeIDContains applies the Contains predicate on the "node_id" field.

func NodeIDContainsFold

func NodeIDContainsFold(v string) predicate.Repository

NodeIDContainsFold applies the ContainsFold predicate on the "node_id" field.

func NodeIDEQ

func NodeIDEQ(v string) predicate.Repository

NodeIDEQ applies the EQ predicate on the "node_id" field.

func NodeIDEqualFold

func NodeIDEqualFold(v string) predicate.Repository

NodeIDEqualFold applies the EqualFold predicate on the "node_id" field.

func NodeIDGT

func NodeIDGT(v string) predicate.Repository

NodeIDGT applies the GT predicate on the "node_id" field.

func NodeIDGTE

func NodeIDGTE(v string) predicate.Repository

NodeIDGTE applies the GTE predicate on the "node_id" field.

func NodeIDHasPrefix

func NodeIDHasPrefix(v string) predicate.Repository

NodeIDHasPrefix applies the HasPrefix predicate on the "node_id" field.

func NodeIDHasSuffix

func NodeIDHasSuffix(v string) predicate.Repository

NodeIDHasSuffix applies the HasSuffix predicate on the "node_id" field.

func NodeIDIn

func NodeIDIn(vs ...string) predicate.Repository

NodeIDIn applies the In predicate on the "node_id" field.

func NodeIDLT

func NodeIDLT(v string) predicate.Repository

NodeIDLT applies the LT predicate on the "node_id" field.

func NodeIDLTE

func NodeIDLTE(v string) predicate.Repository

NodeIDLTE applies the LTE predicate on the "node_id" field.

func NodeIDNEQ

func NodeIDNEQ(v string) predicate.Repository

NodeIDNEQ applies the NEQ predicate on the "node_id" field.

func NodeIDNotIn

func NodeIDNotIn(vs ...string) predicate.Repository

NodeIDNotIn applies the NotIn predicate on the "node_id" field.

func Not

Not applies the not operator on the given predicate.

func NotificationsURL

func NotificationsURL(v string) predicate.Repository

NotificationsURL applies equality check predicate on the "notifications_url" field. It's identical to NotificationsURLEQ.

func NotificationsURLContains

func NotificationsURLContains(v string) predicate.Repository

NotificationsURLContains applies the Contains predicate on the "notifications_url" field.

func NotificationsURLContainsFold

func NotificationsURLContainsFold(v string) predicate.Repository

NotificationsURLContainsFold applies the ContainsFold predicate on the "notifications_url" field.

func NotificationsURLEQ

func NotificationsURLEQ(v string) predicate.Repository

NotificationsURLEQ applies the EQ predicate on the "notifications_url" field.

func NotificationsURLEqualFold

func NotificationsURLEqualFold(v string) predicate.Repository

NotificationsURLEqualFold applies the EqualFold predicate on the "notifications_url" field.

func NotificationsURLGT

func NotificationsURLGT(v string) predicate.Repository

NotificationsURLGT applies the GT predicate on the "notifications_url" field.

func NotificationsURLGTE

func NotificationsURLGTE(v string) predicate.Repository

NotificationsURLGTE applies the GTE predicate on the "notifications_url" field.

func NotificationsURLHasPrefix

func NotificationsURLHasPrefix(v string) predicate.Repository

NotificationsURLHasPrefix applies the HasPrefix predicate on the "notifications_url" field.

func NotificationsURLHasSuffix

func NotificationsURLHasSuffix(v string) predicate.Repository

NotificationsURLHasSuffix applies the HasSuffix predicate on the "notifications_url" field.

func NotificationsURLIn

func NotificationsURLIn(vs ...string) predicate.Repository

NotificationsURLIn applies the In predicate on the "notifications_url" field.

func NotificationsURLLT

func NotificationsURLLT(v string) predicate.Repository

NotificationsURLLT applies the LT predicate on the "notifications_url" field.

func NotificationsURLLTE

func NotificationsURLLTE(v string) predicate.Repository

NotificationsURLLTE applies the LTE predicate on the "notifications_url" field.

func NotificationsURLNEQ

func NotificationsURLNEQ(v string) predicate.Repository

NotificationsURLNEQ applies the NEQ predicate on the "notifications_url" field.

func NotificationsURLNotIn

func NotificationsURLNotIn(vs ...string) predicate.Repository

NotificationsURLNotIn applies the NotIn predicate on the "notifications_url" field.

func OpenIssues

func OpenIssues(v int64) predicate.Repository

OpenIssues applies equality check predicate on the "open_issues" field. It's identical to OpenIssuesEQ.

func OpenIssuesCount

func OpenIssuesCount(v int64) predicate.Repository

OpenIssuesCount applies equality check predicate on the "open_issues_count" field. It's identical to OpenIssuesCountEQ.

func OpenIssuesCountEQ

func OpenIssuesCountEQ(v int64) predicate.Repository

OpenIssuesCountEQ applies the EQ predicate on the "open_issues_count" field.

func OpenIssuesCountGT

func OpenIssuesCountGT(v int64) predicate.Repository

OpenIssuesCountGT applies the GT predicate on the "open_issues_count" field.

func OpenIssuesCountGTE

func OpenIssuesCountGTE(v int64) predicate.Repository

OpenIssuesCountGTE applies the GTE predicate on the "open_issues_count" field.

func OpenIssuesCountIn

func OpenIssuesCountIn(vs ...int64) predicate.Repository

OpenIssuesCountIn applies the In predicate on the "open_issues_count" field.

func OpenIssuesCountLT

func OpenIssuesCountLT(v int64) predicate.Repository

OpenIssuesCountLT applies the LT predicate on the "open_issues_count" field.

func OpenIssuesCountLTE

func OpenIssuesCountLTE(v int64) predicate.Repository

OpenIssuesCountLTE applies the LTE predicate on the "open_issues_count" field.

func OpenIssuesCountNEQ

func OpenIssuesCountNEQ(v int64) predicate.Repository

OpenIssuesCountNEQ applies the NEQ predicate on the "open_issues_count" field.

func OpenIssuesCountNotIn

func OpenIssuesCountNotIn(vs ...int64) predicate.Repository

OpenIssuesCountNotIn applies the NotIn predicate on the "open_issues_count" field.

func OpenIssuesEQ

func OpenIssuesEQ(v int64) predicate.Repository

OpenIssuesEQ applies the EQ predicate on the "open_issues" field.

func OpenIssuesGT

func OpenIssuesGT(v int64) predicate.Repository

OpenIssuesGT applies the GT predicate on the "open_issues" field.

func OpenIssuesGTE

func OpenIssuesGTE(v int64) predicate.Repository

OpenIssuesGTE applies the GTE predicate on the "open_issues" field.

func OpenIssuesIn

func OpenIssuesIn(vs ...int64) predicate.Repository

OpenIssuesIn applies the In predicate on the "open_issues" field.

func OpenIssuesLT

func OpenIssuesLT(v int64) predicate.Repository

OpenIssuesLT applies the LT predicate on the "open_issues" field.

func OpenIssuesLTE

func OpenIssuesLTE(v int64) predicate.Repository

OpenIssuesLTE applies the LTE predicate on the "open_issues" field.

func OpenIssuesNEQ

func OpenIssuesNEQ(v int64) predicate.Repository

OpenIssuesNEQ applies the NEQ predicate on the "open_issues" field.

func OpenIssuesNotIn

func OpenIssuesNotIn(vs ...int64) predicate.Repository

OpenIssuesNotIn applies the NotIn predicate on the "open_issues" field.

func Or

func Or(predicates ...predicate.Repository) predicate.Repository

Or groups predicates with the OR operator between them.

func Private

func Private(v bool) predicate.Repository

Private applies equality check predicate on the "private" field. It's identical to PrivateEQ.

func PrivateEQ

func PrivateEQ(v bool) predicate.Repository

PrivateEQ applies the EQ predicate on the "private" field.

func PrivateNEQ

func PrivateNEQ(v bool) predicate.Repository

PrivateNEQ applies the NEQ predicate on the "private" field.

func PullsURL

func PullsURL(v string) predicate.Repository

PullsURL applies equality check predicate on the "pulls_url" field. It's identical to PullsURLEQ.

func PullsURLContains

func PullsURLContains(v string) predicate.Repository

PullsURLContains applies the Contains predicate on the "pulls_url" field.

func PullsURLContainsFold

func PullsURLContainsFold(v string) predicate.Repository

PullsURLContainsFold applies the ContainsFold predicate on the "pulls_url" field.

func PullsURLEQ

func PullsURLEQ(v string) predicate.Repository

PullsURLEQ applies the EQ predicate on the "pulls_url" field.

func PullsURLEqualFold

func PullsURLEqualFold(v string) predicate.Repository

PullsURLEqualFold applies the EqualFold predicate on the "pulls_url" field.

func PullsURLGT

func PullsURLGT(v string) predicate.Repository

PullsURLGT applies the GT predicate on the "pulls_url" field.

func PullsURLGTE

func PullsURLGTE(v string) predicate.Repository

PullsURLGTE applies the GTE predicate on the "pulls_url" field.

func PullsURLHasPrefix

func PullsURLHasPrefix(v string) predicate.Repository

PullsURLHasPrefix applies the HasPrefix predicate on the "pulls_url" field.

func PullsURLHasSuffix

func PullsURLHasSuffix(v string) predicate.Repository

PullsURLHasSuffix applies the HasSuffix predicate on the "pulls_url" field.

func PullsURLIn

func PullsURLIn(vs ...string) predicate.Repository

PullsURLIn applies the In predicate on the "pulls_url" field.

func PullsURLLT

func PullsURLLT(v string) predicate.Repository

PullsURLLT applies the LT predicate on the "pulls_url" field.

func PullsURLLTE

func PullsURLLTE(v string) predicate.Repository

PullsURLLTE applies the LTE predicate on the "pulls_url" field.

func PullsURLNEQ

func PullsURLNEQ(v string) predicate.Repository

PullsURLNEQ applies the NEQ predicate on the "pulls_url" field.

func PullsURLNotIn

func PullsURLNotIn(vs ...string) predicate.Repository

PullsURLNotIn applies the NotIn predicate on the "pulls_url" field.

func PushedAt

func PushedAt(v time.Time) predicate.Repository

PushedAt applies equality check predicate on the "pushed_at" field. It's identical to PushedAtEQ.

func PushedAtEQ

func PushedAtEQ(v time.Time) predicate.Repository

PushedAtEQ applies the EQ predicate on the "pushed_at" field.

func PushedAtGT

func PushedAtGT(v time.Time) predicate.Repository

PushedAtGT applies the GT predicate on the "pushed_at" field.

func PushedAtGTE

func PushedAtGTE(v time.Time) predicate.Repository

PushedAtGTE applies the GTE predicate on the "pushed_at" field.

func PushedAtIn

func PushedAtIn(vs ...time.Time) predicate.Repository

PushedAtIn applies the In predicate on the "pushed_at" field.

func PushedAtLT

func PushedAtLT(v time.Time) predicate.Repository

PushedAtLT applies the LT predicate on the "pushed_at" field.

func PushedAtLTE

func PushedAtLTE(v time.Time) predicate.Repository

PushedAtLTE applies the LTE predicate on the "pushed_at" field.

func PushedAtNEQ

func PushedAtNEQ(v time.Time) predicate.Repository

PushedAtNEQ applies the NEQ predicate on the "pushed_at" field.

func PushedAtNotIn

func PushedAtNotIn(vs ...time.Time) predicate.Repository

PushedAtNotIn applies the NotIn predicate on the "pushed_at" field.

func ReleasesURL

func ReleasesURL(v string) predicate.Repository

ReleasesURL applies equality check predicate on the "releases_url" field. It's identical to ReleasesURLEQ.

func ReleasesURLContains

func ReleasesURLContains(v string) predicate.Repository

ReleasesURLContains applies the Contains predicate on the "releases_url" field.

func ReleasesURLContainsFold

func ReleasesURLContainsFold(v string) predicate.Repository

ReleasesURLContainsFold applies the ContainsFold predicate on the "releases_url" field.

func ReleasesURLEQ

func ReleasesURLEQ(v string) predicate.Repository

ReleasesURLEQ applies the EQ predicate on the "releases_url" field.

func ReleasesURLEqualFold

func ReleasesURLEqualFold(v string) predicate.Repository

ReleasesURLEqualFold applies the EqualFold predicate on the "releases_url" field.

func ReleasesURLGT

func ReleasesURLGT(v string) predicate.Repository

ReleasesURLGT applies the GT predicate on the "releases_url" field.

func ReleasesURLGTE

func ReleasesURLGTE(v string) predicate.Repository

ReleasesURLGTE applies the GTE predicate on the "releases_url" field.

func ReleasesURLHasPrefix

func ReleasesURLHasPrefix(v string) predicate.Repository

ReleasesURLHasPrefix applies the HasPrefix predicate on the "releases_url" field.

func ReleasesURLHasSuffix

func ReleasesURLHasSuffix(v string) predicate.Repository

ReleasesURLHasSuffix applies the HasSuffix predicate on the "releases_url" field.

func ReleasesURLIn

func ReleasesURLIn(vs ...string) predicate.Repository

ReleasesURLIn applies the In predicate on the "releases_url" field.

func ReleasesURLLT

func ReleasesURLLT(v string) predicate.Repository

ReleasesURLLT applies the LT predicate on the "releases_url" field.

func ReleasesURLLTE

func ReleasesURLLTE(v string) predicate.Repository

ReleasesURLLTE applies the LTE predicate on the "releases_url" field.

func ReleasesURLNEQ

func ReleasesURLNEQ(v string) predicate.Repository

ReleasesURLNEQ applies the NEQ predicate on the "releases_url" field.

func ReleasesURLNotIn

func ReleasesURLNotIn(vs ...string) predicate.Repository

ReleasesURLNotIn applies the NotIn predicate on the "releases_url" field.

func SSHURL

func SSHURL(v string) predicate.Repository

SSHURL applies equality check predicate on the "ssh_url" field. It's identical to SSHURLEQ.

func SSHURLContains

func SSHURLContains(v string) predicate.Repository

SSHURLContains applies the Contains predicate on the "ssh_url" field.

func SSHURLContainsFold

func SSHURLContainsFold(v string) predicate.Repository

SSHURLContainsFold applies the ContainsFold predicate on the "ssh_url" field.

func SSHURLEQ

func SSHURLEQ(v string) predicate.Repository

SSHURLEQ applies the EQ predicate on the "ssh_url" field.

func SSHURLEqualFold

func SSHURLEqualFold(v string) predicate.Repository

SSHURLEqualFold applies the EqualFold predicate on the "ssh_url" field.

func SSHURLGT

func SSHURLGT(v string) predicate.Repository

SSHURLGT applies the GT predicate on the "ssh_url" field.

func SSHURLGTE

func SSHURLGTE(v string) predicate.Repository

SSHURLGTE applies the GTE predicate on the "ssh_url" field.

func SSHURLHasPrefix

func SSHURLHasPrefix(v string) predicate.Repository

SSHURLHasPrefix applies the HasPrefix predicate on the "ssh_url" field.

func SSHURLHasSuffix

func SSHURLHasSuffix(v string) predicate.Repository

SSHURLHasSuffix applies the HasSuffix predicate on the "ssh_url" field.

func SSHURLIn

func SSHURLIn(vs ...string) predicate.Repository

SSHURLIn applies the In predicate on the "ssh_url" field.

func SSHURLLT

func SSHURLLT(v string) predicate.Repository

SSHURLLT applies the LT predicate on the "ssh_url" field.

func SSHURLLTE

func SSHURLLTE(v string) predicate.Repository

SSHURLLTE applies the LTE predicate on the "ssh_url" field.

func SSHURLNEQ

func SSHURLNEQ(v string) predicate.Repository

SSHURLNEQ applies the NEQ predicate on the "ssh_url" field.

func SSHURLNotIn

func SSHURLNotIn(vs ...string) predicate.Repository

SSHURLNotIn applies the NotIn predicate on the "ssh_url" field.

func Size

func Size(v int64) predicate.Repository

Size applies equality check predicate on the "size" field. It's identical to SizeEQ.

func SizeEQ

func SizeEQ(v int64) predicate.Repository

SizeEQ applies the EQ predicate on the "size" field.

func SizeGT

func SizeGT(v int64) predicate.Repository

SizeGT applies the GT predicate on the "size" field.

func SizeGTE

func SizeGTE(v int64) predicate.Repository

SizeGTE applies the GTE predicate on the "size" field.

func SizeIn

func SizeIn(vs ...int64) predicate.Repository

SizeIn applies the In predicate on the "size" field.

func SizeLT

func SizeLT(v int64) predicate.Repository

SizeLT applies the LT predicate on the "size" field.

func SizeLTE

func SizeLTE(v int64) predicate.Repository

SizeLTE applies the LTE predicate on the "size" field.

func SizeNEQ

func SizeNEQ(v int64) predicate.Repository

SizeNEQ applies the NEQ predicate on the "size" field.

func SizeNotIn

func SizeNotIn(vs ...int64) predicate.Repository

SizeNotIn applies the NotIn predicate on the "size" field.

func StargazersCount

func StargazersCount(v int64) predicate.Repository

StargazersCount applies equality check predicate on the "stargazers_count" field. It's identical to StargazersCountEQ.

func StargazersCountEQ

func StargazersCountEQ(v int64) predicate.Repository

StargazersCountEQ applies the EQ predicate on the "stargazers_count" field.

func StargazersCountGT

func StargazersCountGT(v int64) predicate.Repository

StargazersCountGT applies the GT predicate on the "stargazers_count" field.

func StargazersCountGTE

func StargazersCountGTE(v int64) predicate.Repository

StargazersCountGTE applies the GTE predicate on the "stargazers_count" field.

func StargazersCountIn

func StargazersCountIn(vs ...int64) predicate.Repository

StargazersCountIn applies the In predicate on the "stargazers_count" field.

func StargazersCountLT

func StargazersCountLT(v int64) predicate.Repository

StargazersCountLT applies the LT predicate on the "stargazers_count" field.

func StargazersCountLTE

func StargazersCountLTE(v int64) predicate.Repository

StargazersCountLTE applies the LTE predicate on the "stargazers_count" field.

func StargazersCountNEQ

func StargazersCountNEQ(v int64) predicate.Repository

StargazersCountNEQ applies the NEQ predicate on the "stargazers_count" field.

func StargazersCountNotIn

func StargazersCountNotIn(vs ...int64) predicate.Repository

StargazersCountNotIn applies the NotIn predicate on the "stargazers_count" field.

func StargazersURL

func StargazersURL(v string) predicate.Repository

StargazersURL applies equality check predicate on the "stargazers_url" field. It's identical to StargazersURLEQ.

func StargazersURLContains

func StargazersURLContains(v string) predicate.Repository

StargazersURLContains applies the Contains predicate on the "stargazers_url" field.

func StargazersURLContainsFold

func StargazersURLContainsFold(v string) predicate.Repository

StargazersURLContainsFold applies the ContainsFold predicate on the "stargazers_url" field.

func StargazersURLEQ

func StargazersURLEQ(v string) predicate.Repository

StargazersURLEQ applies the EQ predicate on the "stargazers_url" field.

func StargazersURLEqualFold

func StargazersURLEqualFold(v string) predicate.Repository

StargazersURLEqualFold applies the EqualFold predicate on the "stargazers_url" field.

func StargazersURLGT

func StargazersURLGT(v string) predicate.Repository

StargazersURLGT applies the GT predicate on the "stargazers_url" field.

func StargazersURLGTE

func StargazersURLGTE(v string) predicate.Repository

StargazersURLGTE applies the GTE predicate on the "stargazers_url" field.

func StargazersURLHasPrefix

func StargazersURLHasPrefix(v string) predicate.Repository

StargazersURLHasPrefix applies the HasPrefix predicate on the "stargazers_url" field.

func StargazersURLHasSuffix

func StargazersURLHasSuffix(v string) predicate.Repository

StargazersURLHasSuffix applies the HasSuffix predicate on the "stargazers_url" field.

func StargazersURLIn

func StargazersURLIn(vs ...string) predicate.Repository

StargazersURLIn applies the In predicate on the "stargazers_url" field.

func StargazersURLLT

func StargazersURLLT(v string) predicate.Repository

StargazersURLLT applies the LT predicate on the "stargazers_url" field.

func StargazersURLLTE

func StargazersURLLTE(v string) predicate.Repository

StargazersURLLTE applies the LTE predicate on the "stargazers_url" field.

func StargazersURLNEQ

func StargazersURLNEQ(v string) predicate.Repository

StargazersURLNEQ applies the NEQ predicate on the "stargazers_url" field.

func StargazersURLNotIn

func StargazersURLNotIn(vs ...string) predicate.Repository

StargazersURLNotIn applies the NotIn predicate on the "stargazers_url" field.

func StatusesURL

func StatusesURL(v string) predicate.Repository

StatusesURL applies equality check predicate on the "statuses_url" field. It's identical to StatusesURLEQ.

func StatusesURLContains

func StatusesURLContains(v string) predicate.Repository

StatusesURLContains applies the Contains predicate on the "statuses_url" field.

func StatusesURLContainsFold

func StatusesURLContainsFold(v string) predicate.Repository

StatusesURLContainsFold applies the ContainsFold predicate on the "statuses_url" field.

func StatusesURLEQ

func StatusesURLEQ(v string) predicate.Repository

StatusesURLEQ applies the EQ predicate on the "statuses_url" field.

func StatusesURLEqualFold

func StatusesURLEqualFold(v string) predicate.Repository

StatusesURLEqualFold applies the EqualFold predicate on the "statuses_url" field.

func StatusesURLGT

func StatusesURLGT(v string) predicate.Repository

StatusesURLGT applies the GT predicate on the "statuses_url" field.

func StatusesURLGTE

func StatusesURLGTE(v string) predicate.Repository

StatusesURLGTE applies the GTE predicate on the "statuses_url" field.

func StatusesURLHasPrefix

func StatusesURLHasPrefix(v string) predicate.Repository

StatusesURLHasPrefix applies the HasPrefix predicate on the "statuses_url" field.

func StatusesURLHasSuffix

func StatusesURLHasSuffix(v string) predicate.Repository

StatusesURLHasSuffix applies the HasSuffix predicate on the "statuses_url" field.

func StatusesURLIn

func StatusesURLIn(vs ...string) predicate.Repository

StatusesURLIn applies the In predicate on the "statuses_url" field.

func StatusesURLLT

func StatusesURLLT(v string) predicate.Repository

StatusesURLLT applies the LT predicate on the "statuses_url" field.

func StatusesURLLTE

func StatusesURLLTE(v string) predicate.Repository

StatusesURLLTE applies the LTE predicate on the "statuses_url" field.

func StatusesURLNEQ

func StatusesURLNEQ(v string) predicate.Repository

StatusesURLNEQ applies the NEQ predicate on the "statuses_url" field.

func StatusesURLNotIn

func StatusesURLNotIn(vs ...string) predicate.Repository

StatusesURLNotIn applies the NotIn predicate on the "statuses_url" field.

func SubscribersCount

func SubscribersCount(v int64) predicate.Repository

SubscribersCount applies equality check predicate on the "subscribers_count" field. It's identical to SubscribersCountEQ.

func SubscribersCountEQ

func SubscribersCountEQ(v int64) predicate.Repository

SubscribersCountEQ applies the EQ predicate on the "subscribers_count" field.

func SubscribersCountGT

func SubscribersCountGT(v int64) predicate.Repository

SubscribersCountGT applies the GT predicate on the "subscribers_count" field.

func SubscribersCountGTE

func SubscribersCountGTE(v int64) predicate.Repository

SubscribersCountGTE applies the GTE predicate on the "subscribers_count" field.

func SubscribersCountIn

func SubscribersCountIn(vs ...int64) predicate.Repository

SubscribersCountIn applies the In predicate on the "subscribers_count" field.

func SubscribersCountLT

func SubscribersCountLT(v int64) predicate.Repository

SubscribersCountLT applies the LT predicate on the "subscribers_count" field.

func SubscribersCountLTE

func SubscribersCountLTE(v int64) predicate.Repository

SubscribersCountLTE applies the LTE predicate on the "subscribers_count" field.

func SubscribersCountNEQ

func SubscribersCountNEQ(v int64) predicate.Repository

SubscribersCountNEQ applies the NEQ predicate on the "subscribers_count" field.

func SubscribersCountNotIn

func SubscribersCountNotIn(vs ...int64) predicate.Repository

SubscribersCountNotIn applies the NotIn predicate on the "subscribers_count" field.

func SubscribersURL

func SubscribersURL(v string) predicate.Repository

SubscribersURL applies equality check predicate on the "subscribers_url" field. It's identical to SubscribersURLEQ.

func SubscribersURLContains

func SubscribersURLContains(v string) predicate.Repository

SubscribersURLContains applies the Contains predicate on the "subscribers_url" field.

func SubscribersURLContainsFold

func SubscribersURLContainsFold(v string) predicate.Repository

SubscribersURLContainsFold applies the ContainsFold predicate on the "subscribers_url" field.

func SubscribersURLEQ

func SubscribersURLEQ(v string) predicate.Repository

SubscribersURLEQ applies the EQ predicate on the "subscribers_url" field.

func SubscribersURLEqualFold

func SubscribersURLEqualFold(v string) predicate.Repository

SubscribersURLEqualFold applies the EqualFold predicate on the "subscribers_url" field.

func SubscribersURLGT

func SubscribersURLGT(v string) predicate.Repository

SubscribersURLGT applies the GT predicate on the "subscribers_url" field.

func SubscribersURLGTE

func SubscribersURLGTE(v string) predicate.Repository

SubscribersURLGTE applies the GTE predicate on the "subscribers_url" field.

func SubscribersURLHasPrefix

func SubscribersURLHasPrefix(v string) predicate.Repository

SubscribersURLHasPrefix applies the HasPrefix predicate on the "subscribers_url" field.

func SubscribersURLHasSuffix

func SubscribersURLHasSuffix(v string) predicate.Repository

SubscribersURLHasSuffix applies the HasSuffix predicate on the "subscribers_url" field.

func SubscribersURLIn

func SubscribersURLIn(vs ...string) predicate.Repository

SubscribersURLIn applies the In predicate on the "subscribers_url" field.

func SubscribersURLLT

func SubscribersURLLT(v string) predicate.Repository

SubscribersURLLT applies the LT predicate on the "subscribers_url" field.

func SubscribersURLLTE

func SubscribersURLLTE(v string) predicate.Repository

SubscribersURLLTE applies the LTE predicate on the "subscribers_url" field.

func SubscribersURLNEQ

func SubscribersURLNEQ(v string) predicate.Repository

SubscribersURLNEQ applies the NEQ predicate on the "subscribers_url" field.

func SubscribersURLNotIn

func SubscribersURLNotIn(vs ...string) predicate.Repository

SubscribersURLNotIn applies the NotIn predicate on the "subscribers_url" field.

func SubscriptionURL

func SubscriptionURL(v string) predicate.Repository

SubscriptionURL applies equality check predicate on the "subscription_url" field. It's identical to SubscriptionURLEQ.

func SubscriptionURLContains

func SubscriptionURLContains(v string) predicate.Repository

SubscriptionURLContains applies the Contains predicate on the "subscription_url" field.

func SubscriptionURLContainsFold

func SubscriptionURLContainsFold(v string) predicate.Repository

SubscriptionURLContainsFold applies the ContainsFold predicate on the "subscription_url" field.

func SubscriptionURLEQ

func SubscriptionURLEQ(v string) predicate.Repository

SubscriptionURLEQ applies the EQ predicate on the "subscription_url" field.

func SubscriptionURLEqualFold

func SubscriptionURLEqualFold(v string) predicate.Repository

SubscriptionURLEqualFold applies the EqualFold predicate on the "subscription_url" field.

func SubscriptionURLGT

func SubscriptionURLGT(v string) predicate.Repository

SubscriptionURLGT applies the GT predicate on the "subscription_url" field.

func SubscriptionURLGTE

func SubscriptionURLGTE(v string) predicate.Repository

SubscriptionURLGTE applies the GTE predicate on the "subscription_url" field.

func SubscriptionURLHasPrefix

func SubscriptionURLHasPrefix(v string) predicate.Repository

SubscriptionURLHasPrefix applies the HasPrefix predicate on the "subscription_url" field.

func SubscriptionURLHasSuffix

func SubscriptionURLHasSuffix(v string) predicate.Repository

SubscriptionURLHasSuffix applies the HasSuffix predicate on the "subscription_url" field.

func SubscriptionURLIn

func SubscriptionURLIn(vs ...string) predicate.Repository

SubscriptionURLIn applies the In predicate on the "subscription_url" field.

func SubscriptionURLLT

func SubscriptionURLLT(v string) predicate.Repository

SubscriptionURLLT applies the LT predicate on the "subscription_url" field.

func SubscriptionURLLTE

func SubscriptionURLLTE(v string) predicate.Repository

SubscriptionURLLTE applies the LTE predicate on the "subscription_url" field.

func SubscriptionURLNEQ

func SubscriptionURLNEQ(v string) predicate.Repository

SubscriptionURLNEQ applies the NEQ predicate on the "subscription_url" field.

func SubscriptionURLNotIn

func SubscriptionURLNotIn(vs ...string) predicate.Repository

SubscriptionURLNotIn applies the NotIn predicate on the "subscription_url" field.

func SvnURL

func SvnURL(v string) predicate.Repository

SvnURL applies equality check predicate on the "svn_url" field. It's identical to SvnURLEQ.

func SvnURLContains

func SvnURLContains(v string) predicate.Repository

SvnURLContains applies the Contains predicate on the "svn_url" field.

func SvnURLContainsFold

func SvnURLContainsFold(v string) predicate.Repository

SvnURLContainsFold applies the ContainsFold predicate on the "svn_url" field.

func SvnURLEQ

func SvnURLEQ(v string) predicate.Repository

SvnURLEQ applies the EQ predicate on the "svn_url" field.

func SvnURLEqualFold

func SvnURLEqualFold(v string) predicate.Repository

SvnURLEqualFold applies the EqualFold predicate on the "svn_url" field.

func SvnURLGT

func SvnURLGT(v string) predicate.Repository

SvnURLGT applies the GT predicate on the "svn_url" field.

func SvnURLGTE

func SvnURLGTE(v string) predicate.Repository

SvnURLGTE applies the GTE predicate on the "svn_url" field.

func SvnURLHasPrefix

func SvnURLHasPrefix(v string) predicate.Repository

SvnURLHasPrefix applies the HasPrefix predicate on the "svn_url" field.

func SvnURLHasSuffix

func SvnURLHasSuffix(v string) predicate.Repository

SvnURLHasSuffix applies the HasSuffix predicate on the "svn_url" field.

func SvnURLIn

func SvnURLIn(vs ...string) predicate.Repository

SvnURLIn applies the In predicate on the "svn_url" field.

func SvnURLLT

func SvnURLLT(v string) predicate.Repository

SvnURLLT applies the LT predicate on the "svn_url" field.

func SvnURLLTE

func SvnURLLTE(v string) predicate.Repository

SvnURLLTE applies the LTE predicate on the "svn_url" field.

func SvnURLNEQ

func SvnURLNEQ(v string) predicate.Repository

SvnURLNEQ applies the NEQ predicate on the "svn_url" field.

func SvnURLNotIn

func SvnURLNotIn(vs ...string) predicate.Repository

SvnURLNotIn applies the NotIn predicate on the "svn_url" field.

func TagsURL

func TagsURL(v string) predicate.Repository

TagsURL applies equality check predicate on the "tags_url" field. It's identical to TagsURLEQ.

func TagsURLContains

func TagsURLContains(v string) predicate.Repository

TagsURLContains applies the Contains predicate on the "tags_url" field.

func TagsURLContainsFold

func TagsURLContainsFold(v string) predicate.Repository

TagsURLContainsFold applies the ContainsFold predicate on the "tags_url" field.

func TagsURLEQ

func TagsURLEQ(v string) predicate.Repository

TagsURLEQ applies the EQ predicate on the "tags_url" field.

func TagsURLEqualFold

func TagsURLEqualFold(v string) predicate.Repository

TagsURLEqualFold applies the EqualFold predicate on the "tags_url" field.

func TagsURLGT

func TagsURLGT(v string) predicate.Repository

TagsURLGT applies the GT predicate on the "tags_url" field.

func TagsURLGTE

func TagsURLGTE(v string) predicate.Repository

TagsURLGTE applies the GTE predicate on the "tags_url" field.

func TagsURLHasPrefix

func TagsURLHasPrefix(v string) predicate.Repository

TagsURLHasPrefix applies the HasPrefix predicate on the "tags_url" field.

func TagsURLHasSuffix

func TagsURLHasSuffix(v string) predicate.Repository

TagsURLHasSuffix applies the HasSuffix predicate on the "tags_url" field.

func TagsURLIn

func TagsURLIn(vs ...string) predicate.Repository

TagsURLIn applies the In predicate on the "tags_url" field.

func TagsURLLT

func TagsURLLT(v string) predicate.Repository

TagsURLLT applies the LT predicate on the "tags_url" field.

func TagsURLLTE

func TagsURLLTE(v string) predicate.Repository

TagsURLLTE applies the LTE predicate on the "tags_url" field.

func TagsURLNEQ

func TagsURLNEQ(v string) predicate.Repository

TagsURLNEQ applies the NEQ predicate on the "tags_url" field.

func TagsURLNotIn

func TagsURLNotIn(vs ...string) predicate.Repository

TagsURLNotIn applies the NotIn predicate on the "tags_url" field.

func TeamsURL

func TeamsURL(v string) predicate.Repository

TeamsURL applies equality check predicate on the "teams_url" field. It's identical to TeamsURLEQ.

func TeamsURLContains

func TeamsURLContains(v string) predicate.Repository

TeamsURLContains applies the Contains predicate on the "teams_url" field.

func TeamsURLContainsFold

func TeamsURLContainsFold(v string) predicate.Repository

TeamsURLContainsFold applies the ContainsFold predicate on the "teams_url" field.

func TeamsURLEQ

func TeamsURLEQ(v string) predicate.Repository

TeamsURLEQ applies the EQ predicate on the "teams_url" field.

func TeamsURLEqualFold

func TeamsURLEqualFold(v string) predicate.Repository

TeamsURLEqualFold applies the EqualFold predicate on the "teams_url" field.

func TeamsURLGT

func TeamsURLGT(v string) predicate.Repository

TeamsURLGT applies the GT predicate on the "teams_url" field.

func TeamsURLGTE

func TeamsURLGTE(v string) predicate.Repository

TeamsURLGTE applies the GTE predicate on the "teams_url" field.

func TeamsURLHasPrefix

func TeamsURLHasPrefix(v string) predicate.Repository

TeamsURLHasPrefix applies the HasPrefix predicate on the "teams_url" field.

func TeamsURLHasSuffix

func TeamsURLHasSuffix(v string) predicate.Repository

TeamsURLHasSuffix applies the HasSuffix predicate on the "teams_url" field.

func TeamsURLIn

func TeamsURLIn(vs ...string) predicate.Repository

TeamsURLIn applies the In predicate on the "teams_url" field.

func TeamsURLLT

func TeamsURLLT(v string) predicate.Repository

TeamsURLLT applies the LT predicate on the "teams_url" field.

func TeamsURLLTE

func TeamsURLLTE(v string) predicate.Repository

TeamsURLLTE applies the LTE predicate on the "teams_url" field.

func TeamsURLNEQ

func TeamsURLNEQ(v string) predicate.Repository

TeamsURLNEQ applies the NEQ predicate on the "teams_url" field.

func TeamsURLNotIn

func TeamsURLNotIn(vs ...string) predicate.Repository

TeamsURLNotIn applies the NotIn predicate on the "teams_url" field.

func TreesURL

func TreesURL(v string) predicate.Repository

TreesURL applies equality check predicate on the "trees_url" field. It's identical to TreesURLEQ.

func TreesURLContains

func TreesURLContains(v string) predicate.Repository

TreesURLContains applies the Contains predicate on the "trees_url" field.

func TreesURLContainsFold

func TreesURLContainsFold(v string) predicate.Repository

TreesURLContainsFold applies the ContainsFold predicate on the "trees_url" field.

func TreesURLEQ

func TreesURLEQ(v string) predicate.Repository

TreesURLEQ applies the EQ predicate on the "trees_url" field.

func TreesURLEqualFold

func TreesURLEqualFold(v string) predicate.Repository

TreesURLEqualFold applies the EqualFold predicate on the "trees_url" field.

func TreesURLGT

func TreesURLGT(v string) predicate.Repository

TreesURLGT applies the GT predicate on the "trees_url" field.

func TreesURLGTE

func TreesURLGTE(v string) predicate.Repository

TreesURLGTE applies the GTE predicate on the "trees_url" field.

func TreesURLHasPrefix

func TreesURLHasPrefix(v string) predicate.Repository

TreesURLHasPrefix applies the HasPrefix predicate on the "trees_url" field.

func TreesURLHasSuffix

func TreesURLHasSuffix(v string) predicate.Repository

TreesURLHasSuffix applies the HasSuffix predicate on the "trees_url" field.

func TreesURLIn

func TreesURLIn(vs ...string) predicate.Repository

TreesURLIn applies the In predicate on the "trees_url" field.

func TreesURLLT

func TreesURLLT(v string) predicate.Repository

TreesURLLT applies the LT predicate on the "trees_url" field.

func TreesURLLTE

func TreesURLLTE(v string) predicate.Repository

TreesURLLTE applies the LTE predicate on the "trees_url" field.

func TreesURLNEQ

func TreesURLNEQ(v string) predicate.Repository

TreesURLNEQ applies the NEQ predicate on the "trees_url" field.

func TreesURLNotIn

func TreesURLNotIn(vs ...string) predicate.Repository

TreesURLNotIn applies the NotIn predicate on the "trees_url" field.

func URL

URL applies equality check predicate on the "url" field. It's identical to URLEQ.

func URLContains

func URLContains(v string) predicate.Repository

URLContains applies the Contains predicate on the "url" field.

func URLContainsFold

func URLContainsFold(v string) predicate.Repository

URLContainsFold applies the ContainsFold predicate on the "url" field.

func URLEQ

func URLEQ(v string) predicate.Repository

URLEQ applies the EQ predicate on the "url" field.

func URLEqualFold

func URLEqualFold(v string) predicate.Repository

URLEqualFold applies the EqualFold predicate on the "url" field.

func URLGT

func URLGT(v string) predicate.Repository

URLGT applies the GT predicate on the "url" field.

func URLGTE

func URLGTE(v string) predicate.Repository

URLGTE applies the GTE predicate on the "url" field.

func URLHasPrefix

func URLHasPrefix(v string) predicate.Repository

URLHasPrefix applies the HasPrefix predicate on the "url" field.

func URLHasSuffix

func URLHasSuffix(v string) predicate.Repository

URLHasSuffix applies the HasSuffix predicate on the "url" field.

func URLIn

func URLIn(vs ...string) predicate.Repository

URLIn applies the In predicate on the "url" field.

func URLLT

func URLLT(v string) predicate.Repository

URLLT applies the LT predicate on the "url" field.

func URLLTE

func URLLTE(v string) predicate.Repository

URLLTE applies the LTE predicate on the "url" field.

func URLNEQ

func URLNEQ(v string) predicate.Repository

URLNEQ applies the NEQ predicate on the "url" field.

func URLNotIn

func URLNotIn(vs ...string) predicate.Repository

URLNotIn applies the NotIn predicate on the "url" field.

func UpdatedAt

func UpdatedAt(v time.Time) predicate.Repository

UpdatedAt applies equality check predicate on the "updated_at" field. It's identical to UpdatedAtEQ.

func UpdatedAtEQ

func UpdatedAtEQ(v time.Time) predicate.Repository

UpdatedAtEQ applies the EQ predicate on the "updated_at" field.

func UpdatedAtGT

func UpdatedAtGT(v time.Time) predicate.Repository

UpdatedAtGT applies the GT predicate on the "updated_at" field.

func UpdatedAtGTE

func UpdatedAtGTE(v time.Time) predicate.Repository

UpdatedAtGTE applies the GTE predicate on the "updated_at" field.

func UpdatedAtIn

func UpdatedAtIn(vs ...time.Time) predicate.Repository

UpdatedAtIn applies the In predicate on the "updated_at" field.

func UpdatedAtLT

func UpdatedAtLT(v time.Time) predicate.Repository

UpdatedAtLT applies the LT predicate on the "updated_at" field.

func UpdatedAtLTE

func UpdatedAtLTE(v time.Time) predicate.Repository

UpdatedAtLTE applies the LTE predicate on the "updated_at" field.

func UpdatedAtNEQ

func UpdatedAtNEQ(v time.Time) predicate.Repository

UpdatedAtNEQ applies the NEQ predicate on the "updated_at" field.

func UpdatedAtNotIn

func UpdatedAtNotIn(vs ...time.Time) predicate.Repository

UpdatedAtNotIn applies the NotIn predicate on the "updated_at" field.

func ValidColumn

func ValidColumn(column string) bool

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

func VisibilityEQ

func VisibilityEQ(v Visibility) predicate.Repository

VisibilityEQ applies the EQ predicate on the "visibility" field.

func VisibilityIn

func VisibilityIn(vs ...Visibility) predicate.Repository

VisibilityIn applies the In predicate on the "visibility" field.

func VisibilityIsNil

func VisibilityIsNil() predicate.Repository

VisibilityIsNil applies the IsNil predicate on the "visibility" field.

func VisibilityNEQ

func VisibilityNEQ(v Visibility) predicate.Repository

VisibilityNEQ applies the NEQ predicate on the "visibility" field.

func VisibilityNotIn

func VisibilityNotIn(vs ...Visibility) predicate.Repository

VisibilityNotIn applies the NotIn predicate on the "visibility" field.

func VisibilityNotNil

func VisibilityNotNil() predicate.Repository

VisibilityNotNil applies the NotNil predicate on the "visibility" field.

func VisibilityValidator

func VisibilityValidator(v Visibility) error

VisibilityValidator is a validator for the "visibility" field enum values. It is called by the builders before save.

func Watchers

func Watchers(v int64) predicate.Repository

Watchers applies equality check predicate on the "watchers" field. It's identical to WatchersEQ.

func WatchersCount

func WatchersCount(v int64) predicate.Repository

WatchersCount applies equality check predicate on the "watchers_count" field. It's identical to WatchersCountEQ.

func WatchersCountEQ

func WatchersCountEQ(v int64) predicate.Repository

WatchersCountEQ applies the EQ predicate on the "watchers_count" field.

func WatchersCountGT

func WatchersCountGT(v int64) predicate.Repository

WatchersCountGT applies the GT predicate on the "watchers_count" field.

func WatchersCountGTE

func WatchersCountGTE(v int64) predicate.Repository

WatchersCountGTE applies the GTE predicate on the "watchers_count" field.

func WatchersCountIn

func WatchersCountIn(vs ...int64) predicate.Repository

WatchersCountIn applies the In predicate on the "watchers_count" field.

func WatchersCountLT

func WatchersCountLT(v int64) predicate.Repository

WatchersCountLT applies the LT predicate on the "watchers_count" field.

func WatchersCountLTE

func WatchersCountLTE(v int64) predicate.Repository

WatchersCountLTE applies the LTE predicate on the "watchers_count" field.

func WatchersCountNEQ

func WatchersCountNEQ(v int64) predicate.Repository

WatchersCountNEQ applies the NEQ predicate on the "watchers_count" field.

func WatchersCountNotIn

func WatchersCountNotIn(vs ...int64) predicate.Repository

WatchersCountNotIn applies the NotIn predicate on the "watchers_count" field.

func WatchersEQ

func WatchersEQ(v int64) predicate.Repository

WatchersEQ applies the EQ predicate on the "watchers" field.

func WatchersGT

func WatchersGT(v int64) predicate.Repository

WatchersGT applies the GT predicate on the "watchers" field.

func WatchersGTE

func WatchersGTE(v int64) predicate.Repository

WatchersGTE applies the GTE predicate on the "watchers" field.

func WatchersIn

func WatchersIn(vs ...int64) predicate.Repository

WatchersIn applies the In predicate on the "watchers" field.

func WatchersLT

func WatchersLT(v int64) predicate.Repository

WatchersLT applies the LT predicate on the "watchers" field.

func WatchersLTE

func WatchersLTE(v int64) predicate.Repository

WatchersLTE applies the LTE predicate on the "watchers" field.

func WatchersNEQ

func WatchersNEQ(v int64) predicate.Repository

WatchersNEQ applies the NEQ predicate on the "watchers" field.

func WatchersNotIn

func WatchersNotIn(vs ...int64) predicate.Repository

WatchersNotIn applies the NotIn predicate on the "watchers" field.

Types

type OrderOption

type OrderOption func(*sql.Selector)

OrderOption defines the ordering options for the Repository queries.

func ByArchiveURL

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

ByArchiveURL orders the results by the archive_url field.

func ByArchived

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

ByArchived orders the results by the archived field.

func ByAssigneesURL

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

ByAssigneesURL orders the results by the assignees_url field.

func ByBlobsURL

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

ByBlobsURL orders the results by the blobs_url field.

func ByBranchesURL

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

ByBranchesURL orders the results by the branches_url field.

func ByCloneURL

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

ByCloneURL orders the results by the clone_url field.

func ByCollaboratorsURL

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

ByCollaboratorsURL orders the results by the collaborators_url field.

func ByCommentsURL

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

ByCommentsURL orders the results by the comments_url field.

func ByCommitsURL

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

ByCommitsURL orders the results by the commits_url field.

func ByCompareURL

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

ByCompareURL orders the results by the compare_url field.

func ByContentsURL

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

ByContentsURL orders the results by the contents_url field.

func ByContributorsURL

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

ByContributorsURL orders the results by the contributors_url field.

func ByCreatedAt

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

ByCreatedAt orders the results by the created_at field.

func ByDefaultBranch

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

ByDefaultBranch orders the results by the default_branch field.

func ByDeploymentsURL

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

ByDeploymentsURL orders the results by the deployments_url field.

func ByDescription

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

ByDescription orders the results by the description field.

func ByDisabled

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

ByDisabled orders the results by the disabled field.

func ByDownloadsURL

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

ByDownloadsURL orders the results by the downloads_url field.

func ByEventsURL

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

ByEventsURL orders the results by the events_url field.

func ByFork

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

ByFork orders the results by the fork field.

func ByForks

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

ByForks orders the results by the forks field.

func ByForksCount

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

ByForksCount orders the results by the forks_count field.

func ByForksURL

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

ByForksURL orders the results by the forks_url field.

func ByFullName

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

ByFullName orders the results by the full_name field.

func ByGitCommitsURL

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

ByGitCommitsURL orders the results by the git_commits_url field.

func ByGitRefsURL

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

ByGitRefsURL orders the results by the git_refs_url field.

func ByGitTagsURL

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

ByGitTagsURL orders the results by the git_tags_url field.

func ByGitURL

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

ByGitURL orders the results by the git_url field.

func ByHTMLURL

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

ByHTMLURL orders the results by the html_url field.

func ByHasDiscussions

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

ByHasDiscussions orders the results by the has_discussions field.

func ByHasDownloads

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

ByHasDownloads orders the results by the has_downloads field.

func ByHasIssuesEnabled

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

ByHasIssuesEnabled orders the results by the has_issues_enabled field.

func ByHasPages

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

ByHasPages orders the results by the has_pages field.

func ByHasProjects

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

ByHasProjects orders the results by the has_projects field.

func ByHasWiki

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

ByHasWiki orders the results by the has_wiki field.

func ByHomepage

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

ByHomepage orders the results by the homepage field.

func ByHooksURL

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

ByHooksURL orders the results by the hooks_url field.

func ByID

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

ByID orders the results by the id field.

func ByIsTemplate

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

ByIsTemplate orders the results by the is_template field.

func ByIssueCommentURL

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

ByIssueCommentURL orders the results by the issue_comment_url field.

func ByIssueEventsURL

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

ByIssueEventsURL orders the results by the issue_events_url field.

func ByIssues

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

ByIssues orders the results by issues terms.

func ByIssuesCount

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

ByIssuesCount orders the results by issues count.

func ByIssuesURL

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

ByIssuesURL orders the results by the issues_url field.

func ByKeysURL

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

ByKeysURL orders the results by the keys_url field.

func ByLabelsURL

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

ByLabelsURL orders the results by the labels_url field.

func ByLanguage

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

ByLanguage orders the results by the language field.

func ByLanguagesURL

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

ByLanguagesURL orders the results by the languages_url field.

func ByMergesURL

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

ByMergesURL orders the results by the merges_url field.

func ByMilestonesURL

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

ByMilestonesURL orders the results by the milestones_url field.

func ByMirrorURL

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

ByMirrorURL orders the results by the mirror_url field.

func ByName

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

ByName orders the results by the name field.

func ByNetworkCount

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

ByNetworkCount orders the results by the network_count field.

func ByNodeID

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

ByNodeID orders the results by the node_id field.

func ByNotificationsURL

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

ByNotificationsURL orders the results by the notifications_url field.

func ByOpenIssues

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

ByOpenIssues orders the results by the open_issues field.

func ByOpenIssuesCount

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

ByOpenIssuesCount orders the results by the open_issues_count field.

func ByOwnerField

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

ByOwnerField orders the results by owner field.

func ByPrivate

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

ByPrivate orders the results by the private field.

func ByPullsURL

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

ByPullsURL orders the results by the pulls_url field.

func ByPushedAt

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

ByPushedAt orders the results by the pushed_at field.

func ByReleasesURL

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

ByReleasesURL orders the results by the releases_url field.

func BySSHURL

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

BySSHURL orders the results by the ssh_url field.

func BySize

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

BySize orders the results by the size field.

func ByStargazersCount

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

ByStargazersCount orders the results by the stargazers_count field.

func ByStargazersURL

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

ByStargazersURL orders the results by the stargazers_url field.

func ByStatusesURL

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

ByStatusesURL orders the results by the statuses_url field.

func BySubscribersCount

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

BySubscribersCount orders the results by the subscribers_count field.

func BySubscribersURL

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

BySubscribersURL orders the results by the subscribers_url field.

func BySubscriptionURL

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

BySubscriptionURL orders the results by the subscription_url field.

func BySvnURL

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

BySvnURL orders the results by the svn_url field.

func ByTagsURL

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

ByTagsURL orders the results by the tags_url field.

func ByTeamsURL

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

ByTeamsURL orders the results by the teams_url field.

func ByTreesURL

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

ByTreesURL orders the results by the trees_url field.

func ByURL

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

ByURL orders the results by the url field.

func ByUpdatedAt

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

ByUpdatedAt orders the results by the updated_at field.

func ByVisibility

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

ByVisibility orders the results by the visibility field.

func ByWatchers

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

ByWatchers orders the results by the watchers field.

func ByWatchersCount

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

ByWatchersCount orders the results by the watchers_count field.

type Visibility

type Visibility string

Visibility defines the type for the "visibility" enum field.

const (
	VisibilityPublic   Visibility = "public"
	VisibilityPrivate  Visibility = "private"
	VisibilityInternal Visibility = "internal"
)

Visibility values.

func (Visibility) String

func (v Visibility) String() string

Jump to

Keyboard shortcuts

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