Documentation
¶
Index ¶
- Constants
- Variables
- func And(predicates ...predicate.Ticket) predicate.Ticket
- func Archived(v bool) predicate.Ticket
- func ArchivedEQ(v bool) predicate.Ticket
- func ArchivedNEQ(v bool) predicate.Ticket
- func AttemptCount(v int) predicate.Ticket
- func AttemptCountEQ(v int) predicate.Ticket
- func AttemptCountGT(v int) predicate.Ticket
- func AttemptCountGTE(v int) predicate.Ticket
- func AttemptCountIn(vs ...int) predicate.Ticket
- func AttemptCountLT(v int) predicate.Ticket
- func AttemptCountLTE(v int) predicate.Ticket
- func AttemptCountNEQ(v int) predicate.Ticket
- func AttemptCountNotIn(vs ...int) predicate.Ticket
- func BudgetUsd(v float64) predicate.Ticket
- func BudgetUsdEQ(v float64) predicate.Ticket
- func BudgetUsdGT(v float64) predicate.Ticket
- func BudgetUsdGTE(v float64) predicate.Ticket
- func BudgetUsdIn(vs ...float64) predicate.Ticket
- func BudgetUsdLT(v float64) predicate.Ticket
- func BudgetUsdLTE(v float64) predicate.Ticket
- func BudgetUsdNEQ(v float64) predicate.Ticket
- func BudgetUsdNotIn(vs ...float64) predicate.Ticket
- func CompletedAt(v time.Time) predicate.Ticket
- func CompletedAtEQ(v time.Time) predicate.Ticket
- func CompletedAtGT(v time.Time) predicate.Ticket
- func CompletedAtGTE(v time.Time) predicate.Ticket
- func CompletedAtIn(vs ...time.Time) predicate.Ticket
- func CompletedAtIsNil() predicate.Ticket
- func CompletedAtLT(v time.Time) predicate.Ticket
- func CompletedAtLTE(v time.Time) predicate.Ticket
- func CompletedAtNEQ(v time.Time) predicate.Ticket
- func CompletedAtNotIn(vs ...time.Time) predicate.Ticket
- func CompletedAtNotNil() predicate.Ticket
- func ConsecutiveErrors(v int) predicate.Ticket
- func ConsecutiveErrorsEQ(v int) predicate.Ticket
- func ConsecutiveErrorsGT(v int) predicate.Ticket
- func ConsecutiveErrorsGTE(v int) predicate.Ticket
- func ConsecutiveErrorsIn(vs ...int) predicate.Ticket
- func ConsecutiveErrorsLT(v int) predicate.Ticket
- func ConsecutiveErrorsLTE(v int) predicate.Ticket
- func ConsecutiveErrorsNEQ(v int) predicate.Ticket
- func ConsecutiveErrorsNotIn(vs ...int) predicate.Ticket
- func CostAmount(v float64) predicate.Ticket
- func CostAmountEQ(v float64) predicate.Ticket
- func CostAmountGT(v float64) predicate.Ticket
- func CostAmountGTE(v float64) predicate.Ticket
- func CostAmountIn(vs ...float64) predicate.Ticket
- func CostAmountLT(v float64) predicate.Ticket
- func CostAmountLTE(v float64) predicate.Ticket
- func CostAmountNEQ(v float64) predicate.Ticket
- func CostAmountNotIn(vs ...float64) predicate.Ticket
- func CostTokensInput(v int64) predicate.Ticket
- func CostTokensInputEQ(v int64) predicate.Ticket
- func CostTokensInputGT(v int64) predicate.Ticket
- func CostTokensInputGTE(v int64) predicate.Ticket
- func CostTokensInputIn(vs ...int64) predicate.Ticket
- func CostTokensInputLT(v int64) predicate.Ticket
- func CostTokensInputLTE(v int64) predicate.Ticket
- func CostTokensInputNEQ(v int64) predicate.Ticket
- func CostTokensInputNotIn(vs ...int64) predicate.Ticket
- func CostTokensOutput(v int64) predicate.Ticket
- func CostTokensOutputEQ(v int64) predicate.Ticket
- func CostTokensOutputGT(v int64) predicate.Ticket
- func CostTokensOutputGTE(v int64) predicate.Ticket
- func CostTokensOutputIn(vs ...int64) predicate.Ticket
- func CostTokensOutputLT(v int64) predicate.Ticket
- func CostTokensOutputLTE(v int64) predicate.Ticket
- func CostTokensOutputNEQ(v int64) predicate.Ticket
- func CostTokensOutputNotIn(vs ...int64) predicate.Ticket
- func CreatedAt(v time.Time) predicate.Ticket
- func CreatedAtEQ(v time.Time) predicate.Ticket
- func CreatedAtGT(v time.Time) predicate.Ticket
- func CreatedAtGTE(v time.Time) predicate.Ticket
- func CreatedAtIn(vs ...time.Time) predicate.Ticket
- func CreatedAtLT(v time.Time) predicate.Ticket
- func CreatedAtLTE(v time.Time) predicate.Ticket
- func CreatedAtNEQ(v time.Time) predicate.Ticket
- func CreatedAtNotIn(vs ...time.Time) predicate.Ticket
- func CreatedBy(v string) predicate.Ticket
- func CreatedByContains(v string) predicate.Ticket
- func CreatedByContainsFold(v string) predicate.Ticket
- func CreatedByEQ(v string) predicate.Ticket
- func CreatedByEqualFold(v string) predicate.Ticket
- func CreatedByGT(v string) predicate.Ticket
- func CreatedByGTE(v string) predicate.Ticket
- func CreatedByHasPrefix(v string) predicate.Ticket
- func CreatedByHasSuffix(v string) predicate.Ticket
- func CreatedByIn(vs ...string) predicate.Ticket
- func CreatedByLT(v string) predicate.Ticket
- func CreatedByLTE(v string) predicate.Ticket
- func CreatedByNEQ(v string) predicate.Ticket
- func CreatedByNotIn(vs ...string) predicate.Ticket
- func CurrentRunID(v uuid.UUID) predicate.Ticket
- func CurrentRunIDEQ(v uuid.UUID) predicate.Ticket
- func CurrentRunIDIn(vs ...uuid.UUID) predicate.Ticket
- func CurrentRunIDIsNil() predicate.Ticket
- func CurrentRunIDNEQ(v uuid.UUID) predicate.Ticket
- func CurrentRunIDNotIn(vs ...uuid.UUID) predicate.Ticket
- func CurrentRunIDNotNil() predicate.Ticket
- func Description(v string) predicate.Ticket
- func DescriptionContains(v string) predicate.Ticket
- func DescriptionContainsFold(v string) predicate.Ticket
- func DescriptionEQ(v string) predicate.Ticket
- func DescriptionEqualFold(v string) predicate.Ticket
- func DescriptionGT(v string) predicate.Ticket
- func DescriptionGTE(v string) predicate.Ticket
- func DescriptionHasPrefix(v string) predicate.Ticket
- func DescriptionHasSuffix(v string) predicate.Ticket
- func DescriptionIn(vs ...string) predicate.Ticket
- func DescriptionIsNil() predicate.Ticket
- func DescriptionLT(v string) predicate.Ticket
- func DescriptionLTE(v string) predicate.Ticket
- func DescriptionNEQ(v string) predicate.Ticket
- func DescriptionNotIn(vs ...string) predicate.Ticket
- func DescriptionNotNil() predicate.Ticket
- func ExternalRef(v string) predicate.Ticket
- func ExternalRefContains(v string) predicate.Ticket
- func ExternalRefContainsFold(v string) predicate.Ticket
- func ExternalRefEQ(v string) predicate.Ticket
- func ExternalRefEqualFold(v string) predicate.Ticket
- func ExternalRefGT(v string) predicate.Ticket
- func ExternalRefGTE(v string) predicate.Ticket
- func ExternalRefHasPrefix(v string) predicate.Ticket
- func ExternalRefHasSuffix(v string) predicate.Ticket
- func ExternalRefIn(vs ...string) predicate.Ticket
- func ExternalRefIsNil() predicate.Ticket
- func ExternalRefLT(v string) predicate.Ticket
- func ExternalRefLTE(v string) predicate.Ticket
- func ExternalRefNEQ(v string) predicate.Ticket
- func ExternalRefNotIn(vs ...string) predicate.Ticket
- func ExternalRefNotNil() predicate.Ticket
- func HarnessVersion(v int) predicate.Ticket
- func HarnessVersionEQ(v int) predicate.Ticket
- func HarnessVersionGT(v int) predicate.Ticket
- func HarnessVersionGTE(v int) predicate.Ticket
- func HarnessVersionIn(vs ...int) predicate.Ticket
- func HarnessVersionLT(v int) predicate.Ticket
- func HarnessVersionLTE(v int) predicate.Ticket
- func HarnessVersionNEQ(v int) predicate.Ticket
- func HarnessVersionNotIn(vs ...int) predicate.Ticket
- func HasActivityEvents() predicate.Ticket
- func HasActivityEventsWith(preds ...predicate.ActivityEvent) predicate.Ticket
- func HasAgentActivityInstances() predicate.Ticket
- func HasAgentActivityInstancesWith(preds ...predicate.AgentActivityInstance) predicate.Ticket
- func HasAgentRawEvents() predicate.Ticket
- func HasAgentRawEventsWith(preds ...predicate.AgentRawEvent) predicate.Ticket
- func HasAgentRuns() predicate.Ticket
- func HasAgentRunsWith(preds ...predicate.AgentRun) predicate.Ticket
- func HasAgentStepEvents() predicate.Ticket
- func HasAgentStepEventsWith(preds ...predicate.AgentStepEvent) predicate.Ticket
- func HasAgentTokens() predicate.Ticket
- func HasAgentTokensWith(preds ...predicate.AgentToken) predicate.Ticket
- func HasAgentTraceEvents() predicate.Ticket
- func HasAgentTraceEventsWith(preds ...predicate.AgentTraceEvent) predicate.Ticket
- func HasAgentTranscriptEntries() predicate.Ticket
- func HasAgentTranscriptEntriesWith(preds ...predicate.AgentTranscriptEntry) predicate.Ticket
- func HasChildren() predicate.Ticket
- func HasChildrenWith(preds ...predicate.Ticket) predicate.Ticket
- func HasComments() predicate.Ticket
- func HasCommentsWith(preds ...predicate.TicketComment) predicate.Ticket
- func HasCurrentRun() predicate.Ticket
- func HasCurrentRunWith(preds ...predicate.AgentRun) predicate.Ticket
- func HasExternalLinks() predicate.Ticket
- func HasExternalLinksWith(preds ...predicate.TicketExternalLink) predicate.Ticket
- func HasIncomingDependencies() predicate.Ticket
- func HasIncomingDependenciesWith(preds ...predicate.TicketDependency) predicate.Ticket
- func HasOutgoingDependencies() predicate.Ticket
- func HasOutgoingDependenciesWith(preds ...predicate.TicketDependency) predicate.Ticket
- func HasParent() predicate.Ticket
- func HasParentWith(preds ...predicate.Ticket) predicate.Ticket
- func HasProject() predicate.Ticket
- func HasProjectWith(preds ...predicate.Project) predicate.Ticket
- func HasRepoScopes() predicate.Ticket
- func HasRepoScopesWith(preds ...predicate.TicketRepoScope) predicate.Ticket
- func HasRepoWorkspaces() predicate.Ticket
- func HasRepoWorkspacesWith(preds ...predicate.TicketRepoWorkspace) predicate.Ticket
- func HasStatus() predicate.Ticket
- func HasStatusWith(preds ...predicate.TicketStatus) predicate.Ticket
- func HasTargetMachine() predicate.Ticket
- func HasTargetMachineWith(preds ...predicate.Machine) predicate.Ticket
- func HasWorkflow() predicate.Ticket
- func HasWorkflowWith(preds ...predicate.Workflow) predicate.Ticket
- func ID(id uuid.UUID) predicate.Ticket
- func IDEQ(id uuid.UUID) predicate.Ticket
- func IDGT(id uuid.UUID) predicate.Ticket
- func IDGTE(id uuid.UUID) predicate.Ticket
- func IDIn(ids ...uuid.UUID) predicate.Ticket
- func IDLT(id uuid.UUID) predicate.Ticket
- func IDLTE(id uuid.UUID) predicate.Ticket
- func IDNEQ(id uuid.UUID) predicate.Ticket
- func IDNotIn(ids ...uuid.UUID) predicate.Ticket
- func Identifier(v string) predicate.Ticket
- func IdentifierContains(v string) predicate.Ticket
- func IdentifierContainsFold(v string) predicate.Ticket
- func IdentifierEQ(v string) predicate.Ticket
- func IdentifierEqualFold(v string) predicate.Ticket
- func IdentifierGT(v string) predicate.Ticket
- func IdentifierGTE(v string) predicate.Ticket
- func IdentifierHasPrefix(v string) predicate.Ticket
- func IdentifierHasSuffix(v string) predicate.Ticket
- func IdentifierIn(vs ...string) predicate.Ticket
- func IdentifierLT(v string) predicate.Ticket
- func IdentifierLTE(v string) predicate.Ticket
- func IdentifierNEQ(v string) predicate.Ticket
- func IdentifierNotIn(vs ...string) predicate.Ticket
- func NextRetryAt(v time.Time) predicate.Ticket
- func NextRetryAtEQ(v time.Time) predicate.Ticket
- func NextRetryAtGT(v time.Time) predicate.Ticket
- func NextRetryAtGTE(v time.Time) predicate.Ticket
- func NextRetryAtIn(vs ...time.Time) predicate.Ticket
- func NextRetryAtIsNil() predicate.Ticket
- func NextRetryAtLT(v time.Time) predicate.Ticket
- func NextRetryAtLTE(v time.Time) predicate.Ticket
- func NextRetryAtNEQ(v time.Time) predicate.Ticket
- func NextRetryAtNotIn(vs ...time.Time) predicate.Ticket
- func NextRetryAtNotNil() predicate.Ticket
- func Not(p predicate.Ticket) predicate.Ticket
- func Or(predicates ...predicate.Ticket) predicate.Ticket
- func ParentTicketID(v uuid.UUID) predicate.Ticket
- func ParentTicketIDEQ(v uuid.UUID) predicate.Ticket
- func ParentTicketIDIn(vs ...uuid.UUID) predicate.Ticket
- func ParentTicketIDIsNil() predicate.Ticket
- func ParentTicketIDNEQ(v uuid.UUID) predicate.Ticket
- func ParentTicketIDNotIn(vs ...uuid.UUID) predicate.Ticket
- func ParentTicketIDNotNil() predicate.Ticket
- func PauseReason(v string) predicate.Ticket
- func PauseReasonContains(v string) predicate.Ticket
- func PauseReasonContainsFold(v string) predicate.Ticket
- func PauseReasonEQ(v string) predicate.Ticket
- func PauseReasonEqualFold(v string) predicate.Ticket
- func PauseReasonGT(v string) predicate.Ticket
- func PauseReasonGTE(v string) predicate.Ticket
- func PauseReasonHasPrefix(v string) predicate.Ticket
- func PauseReasonHasSuffix(v string) predicate.Ticket
- func PauseReasonIn(vs ...string) predicate.Ticket
- func PauseReasonIsNil() predicate.Ticket
- func PauseReasonLT(v string) predicate.Ticket
- func PauseReasonLTE(v string) predicate.Ticket
- func PauseReasonNEQ(v string) predicate.Ticket
- func PauseReasonNotIn(vs ...string) predicate.Ticket
- func PauseReasonNotNil() predicate.Ticket
- func PriorityEQ(v Priority) predicate.Ticket
- func PriorityIn(vs ...Priority) predicate.Ticket
- func PriorityIsNil() predicate.Ticket
- func PriorityNEQ(v Priority) predicate.Ticket
- func PriorityNotIn(vs ...Priority) predicate.Ticket
- func PriorityNotNil() predicate.Ticket
- func PriorityValidator(pr Priority) error
- func ProjectID(v uuid.UUID) predicate.Ticket
- func ProjectIDEQ(v uuid.UUID) predicate.Ticket
- func ProjectIDIn(vs ...uuid.UUID) predicate.Ticket
- func ProjectIDNEQ(v uuid.UUID) predicate.Ticket
- func ProjectIDNotIn(vs ...uuid.UUID) predicate.Ticket
- func RetryPaused(v bool) predicate.Ticket
- func RetryPausedEQ(v bool) predicate.Ticket
- func RetryPausedNEQ(v bool) predicate.Ticket
- func RetryToken(v string) predicate.Ticket
- func RetryTokenContains(v string) predicate.Ticket
- func RetryTokenContainsFold(v string) predicate.Ticket
- func RetryTokenEQ(v string) predicate.Ticket
- func RetryTokenEqualFold(v string) predicate.Ticket
- func RetryTokenGT(v string) predicate.Ticket
- func RetryTokenGTE(v string) predicate.Ticket
- func RetryTokenHasPrefix(v string) predicate.Ticket
- func RetryTokenHasSuffix(v string) predicate.Ticket
- func RetryTokenIn(vs ...string) predicate.Ticket
- func RetryTokenIsNil() predicate.Ticket
- func RetryTokenLT(v string) predicate.Ticket
- func RetryTokenLTE(v string) predicate.Ticket
- func RetryTokenNEQ(v string) predicate.Ticket
- func RetryTokenNotIn(vs ...string) predicate.Ticket
- func RetryTokenNotNil() predicate.Ticket
- func StallCount(v int) predicate.Ticket
- func StallCountEQ(v int) predicate.Ticket
- func StallCountGT(v int) predicate.Ticket
- func StallCountGTE(v int) predicate.Ticket
- func StallCountIn(vs ...int) predicate.Ticket
- func StallCountLT(v int) predicate.Ticket
- func StallCountLTE(v int) predicate.Ticket
- func StallCountNEQ(v int) predicate.Ticket
- func StallCountNotIn(vs ...int) predicate.Ticket
- func StartedAt(v time.Time) predicate.Ticket
- func StartedAtEQ(v time.Time) predicate.Ticket
- func StartedAtGT(v time.Time) predicate.Ticket
- func StartedAtGTE(v time.Time) predicate.Ticket
- func StartedAtIn(vs ...time.Time) predicate.Ticket
- func StartedAtIsNil() predicate.Ticket
- func StartedAtLT(v time.Time) predicate.Ticket
- func StartedAtLTE(v time.Time) predicate.Ticket
- func StartedAtNEQ(v time.Time) predicate.Ticket
- func StartedAtNotIn(vs ...time.Time) predicate.Ticket
- func StartedAtNotNil() predicate.Ticket
- func StatusID(v uuid.UUID) predicate.Ticket
- func StatusIDEQ(v uuid.UUID) predicate.Ticket
- func StatusIDIn(vs ...uuid.UUID) predicate.Ticket
- func StatusIDNEQ(v uuid.UUID) predicate.Ticket
- func StatusIDNotIn(vs ...uuid.UUID) predicate.Ticket
- func TargetMachineID(v uuid.UUID) predicate.Ticket
- func TargetMachineIDEQ(v uuid.UUID) predicate.Ticket
- func TargetMachineIDIn(vs ...uuid.UUID) predicate.Ticket
- func TargetMachineIDIsNil() predicate.Ticket
- func TargetMachineIDNEQ(v uuid.UUID) predicate.Ticket
- func TargetMachineIDNotIn(vs ...uuid.UUID) predicate.Ticket
- func TargetMachineIDNotNil() predicate.Ticket
- func Title(v string) predicate.Ticket
- func TitleContains(v string) predicate.Ticket
- func TitleContainsFold(v string) predicate.Ticket
- func TitleEQ(v string) predicate.Ticket
- func TitleEqualFold(v string) predicate.Ticket
- func TitleGT(v string) predicate.Ticket
- func TitleGTE(v string) predicate.Ticket
- func TitleHasPrefix(v string) predicate.Ticket
- func TitleHasSuffix(v string) predicate.Ticket
- func TitleIn(vs ...string) predicate.Ticket
- func TitleLT(v string) predicate.Ticket
- func TitleLTE(v string) predicate.Ticket
- func TitleNEQ(v string) predicate.Ticket
- func TitleNotIn(vs ...string) predicate.Ticket
- func TypeEQ(v Type) predicate.Ticket
- func TypeIn(vs ...Type) predicate.Ticket
- func TypeNEQ(v Type) predicate.Ticket
- func TypeNotIn(vs ...Type) predicate.Ticket
- func TypeValidator(_type Type) error
- func ValidColumn(column string) bool
- func WorkflowID(v uuid.UUID) predicate.Ticket
- func WorkflowIDEQ(v uuid.UUID) predicate.Ticket
- func WorkflowIDIn(vs ...uuid.UUID) predicate.Ticket
- func WorkflowIDIsNil() predicate.Ticket
- func WorkflowIDNEQ(v uuid.UUID) predicate.Ticket
- func WorkflowIDNotIn(vs ...uuid.UUID) predicate.Ticket
- func WorkflowIDNotNil() predicate.Ticket
- type OrderOption
- func ByActivityEvents(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
- func ByActivityEventsCount(opts ...sql.OrderTermOption) OrderOption
- func ByAgentActivityInstances(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
- func ByAgentActivityInstancesCount(opts ...sql.OrderTermOption) OrderOption
- func ByAgentRawEvents(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
- func ByAgentRawEventsCount(opts ...sql.OrderTermOption) OrderOption
- func ByAgentRuns(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
- func ByAgentRunsCount(opts ...sql.OrderTermOption) OrderOption
- func ByAgentStepEvents(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
- func ByAgentStepEventsCount(opts ...sql.OrderTermOption) OrderOption
- func ByAgentTokens(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
- func ByAgentTokensCount(opts ...sql.OrderTermOption) OrderOption
- func ByAgentTraceEvents(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
- func ByAgentTraceEventsCount(opts ...sql.OrderTermOption) OrderOption
- func ByAgentTranscriptEntries(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
- func ByAgentTranscriptEntriesCount(opts ...sql.OrderTermOption) OrderOption
- func ByArchived(opts ...sql.OrderTermOption) OrderOption
- func ByAttemptCount(opts ...sql.OrderTermOption) OrderOption
- func ByBudgetUsd(opts ...sql.OrderTermOption) OrderOption
- func ByChildren(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
- func ByChildrenCount(opts ...sql.OrderTermOption) OrderOption
- func ByComments(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
- func ByCommentsCount(opts ...sql.OrderTermOption) OrderOption
- func ByCompletedAt(opts ...sql.OrderTermOption) OrderOption
- func ByConsecutiveErrors(opts ...sql.OrderTermOption) OrderOption
- func ByCostAmount(opts ...sql.OrderTermOption) OrderOption
- func ByCostTokensInput(opts ...sql.OrderTermOption) OrderOption
- func ByCostTokensOutput(opts ...sql.OrderTermOption) OrderOption
- func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption
- func ByCreatedBy(opts ...sql.OrderTermOption) OrderOption
- func ByCurrentRunField(field string, opts ...sql.OrderTermOption) OrderOption
- func ByCurrentRunID(opts ...sql.OrderTermOption) OrderOption
- func ByDescription(opts ...sql.OrderTermOption) OrderOption
- func ByExternalLinks(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
- func ByExternalLinksCount(opts ...sql.OrderTermOption) OrderOption
- func ByExternalRef(opts ...sql.OrderTermOption) OrderOption
- func ByHarnessVersion(opts ...sql.OrderTermOption) OrderOption
- func ByID(opts ...sql.OrderTermOption) OrderOption
- func ByIdentifier(opts ...sql.OrderTermOption) OrderOption
- func ByIncomingDependencies(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
- func ByIncomingDependenciesCount(opts ...sql.OrderTermOption) OrderOption
- func ByNextRetryAt(opts ...sql.OrderTermOption) OrderOption
- func ByOutgoingDependencies(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
- func ByOutgoingDependenciesCount(opts ...sql.OrderTermOption) OrderOption
- func ByParentField(field string, opts ...sql.OrderTermOption) OrderOption
- func ByParentTicketID(opts ...sql.OrderTermOption) OrderOption
- func ByPauseReason(opts ...sql.OrderTermOption) OrderOption
- func ByPriority(opts ...sql.OrderTermOption) OrderOption
- func ByProjectField(field string, opts ...sql.OrderTermOption) OrderOption
- func ByProjectID(opts ...sql.OrderTermOption) OrderOption
- func ByRepoScopes(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
- func ByRepoScopesCount(opts ...sql.OrderTermOption) OrderOption
- func ByRepoWorkspaces(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
- func ByRepoWorkspacesCount(opts ...sql.OrderTermOption) OrderOption
- func ByRetryPaused(opts ...sql.OrderTermOption) OrderOption
- func ByRetryToken(opts ...sql.OrderTermOption) OrderOption
- func ByStallCount(opts ...sql.OrderTermOption) OrderOption
- func ByStartedAt(opts ...sql.OrderTermOption) OrderOption
- func ByStatusField(field string, opts ...sql.OrderTermOption) OrderOption
- func ByStatusID(opts ...sql.OrderTermOption) OrderOption
- func ByTargetMachineField(field string, opts ...sql.OrderTermOption) OrderOption
- func ByTargetMachineID(opts ...sql.OrderTermOption) OrderOption
- func ByTitle(opts ...sql.OrderTermOption) OrderOption
- func ByType(opts ...sql.OrderTermOption) OrderOption
- func ByWorkflowField(field string, opts ...sql.OrderTermOption) OrderOption
- func ByWorkflowID(opts ...sql.OrderTermOption) OrderOption
- type Priority
- type Type
Constants ¶
const ( // Label holds the string label denoting the ticket type in the database. Label = "ticket" // FieldID holds the string denoting the id field in the database. FieldID = "id" // FieldProjectID holds the string denoting the project_id field in the database. FieldProjectID = "project_id" // FieldIdentifier holds the string denoting the identifier field in the database. FieldIdentifier = "identifier" // FieldTitle holds the string denoting the title field in the database. FieldTitle = "title" // FieldDescription holds the string denoting the description field in the database. FieldDescription = "description" // FieldStatusID holds the string denoting the status_id field in the database. FieldStatusID = "status_id" // FieldArchived holds the string denoting the archived field in the database. FieldArchived = "archived" // FieldPriority holds the string denoting the priority field in the database. FieldPriority = "priority" // FieldType holds the string denoting the type field in the database. FieldType = "type" // FieldWorkflowID holds the string denoting the workflow_id field in the database. FieldWorkflowID = "workflow_id" // FieldCurrentRunID holds the string denoting the current_run_id field in the database. FieldCurrentRunID = "current_run_id" // FieldTargetMachineID holds the string denoting the target_machine_id field in the database. FieldTargetMachineID = "target_machine_id" // FieldCreatedBy holds the string denoting the created_by field in the database. FieldCreatedBy = "created_by" // FieldParentTicketID holds the string denoting the parent_ticket_id field in the database. FieldParentTicketID = "parent_ticket_id" // FieldExternalRef holds the string denoting the external_ref field in the database. FieldExternalRef = "external_ref" // FieldAttemptCount holds the string denoting the attempt_count field in the database. FieldAttemptCount = "attempt_count" // FieldConsecutiveErrors holds the string denoting the consecutive_errors field in the database. FieldConsecutiveErrors = "consecutive_errors" // FieldNextRetryAt holds the string denoting the next_retry_at field in the database. FieldNextRetryAt = "next_retry_at" // FieldRetryPaused holds the string denoting the retry_paused field in the database. FieldRetryPaused = "retry_paused" // FieldPauseReason holds the string denoting the pause_reason field in the database. FieldPauseReason = "pause_reason" // FieldStallCount holds the string denoting the stall_count field in the database. FieldStallCount = "stall_count" // FieldRetryToken holds the string denoting the retry_token field in the database. FieldRetryToken = "retry_token" // FieldHarnessVersion holds the string denoting the harness_version field in the database. FieldHarnessVersion = "harness_version" // FieldBudgetUsd holds the string denoting the budget_usd field in the database. FieldBudgetUsd = "budget_usd" // FieldCostTokensInput holds the string denoting the cost_tokens_input field in the database. FieldCostTokensInput = "cost_tokens_input" // FieldCostTokensOutput holds the string denoting the cost_tokens_output field in the database. FieldCostTokensOutput = "cost_tokens_output" // FieldCostAmount holds the string denoting the cost_amount field in the database. FieldCostAmount = "cost_amount" // FieldMetadata holds the string denoting the metadata field in the database. FieldMetadata = "metadata" // FieldStartedAt holds the string denoting the started_at field in the database. FieldStartedAt = "started_at" // FieldCompletedAt holds the string denoting the completed_at field in the database. FieldCompletedAt = "completed_at" // FieldCreatedAt holds the string denoting the created_at field in the database. FieldCreatedAt = "created_at" // EdgeProject holds the string denoting the project edge name in mutations. EdgeProject = "project" // EdgeStatus holds the string denoting the status edge name in mutations. EdgeStatus = "status" // EdgeWorkflow holds the string denoting the workflow edge name in mutations. EdgeWorkflow = "workflow" // EdgeCurrentRun holds the string denoting the current_run edge name in mutations. EdgeCurrentRun = "current_run" // EdgeTargetMachine holds the string denoting the target_machine edge name in mutations. EdgeTargetMachine = "target_machine" // EdgeParent holds the string denoting the parent edge name in mutations. EdgeParent = "parent" // EdgeChildren holds the string denoting the children edge name in mutations. EdgeChildren = "children" // EdgeRepoScopes holds the string denoting the repo_scopes edge name in mutations. EdgeRepoScopes = "repo_scopes" // EdgeComments holds the string denoting the comments edge name in mutations. EdgeComments = "comments" // EdgeExternalLinks holds the string denoting the external_links edge name in mutations. EdgeExternalLinks = "external_links" // EdgeAgentTokens holds the string denoting the agent_tokens edge name in mutations. EdgeAgentTokens = "agent_tokens" // EdgeAgentTraceEvents holds the string denoting the agent_trace_events edge name in mutations. EdgeAgentTraceEvents = "agent_trace_events" // EdgeAgentStepEvents holds the string denoting the agent_step_events edge name in mutations. EdgeAgentStepEvents = "agent_step_events" // EdgeAgentRawEvents holds the string denoting the agent_raw_events edge name in mutations. EdgeAgentRawEvents = "agent_raw_events" // EdgeAgentActivityInstances holds the string denoting the agent_activity_instances edge name in mutations. EdgeAgentActivityInstances = "agent_activity_instances" // EdgeAgentTranscriptEntries holds the string denoting the agent_transcript_entries edge name in mutations. EdgeAgentTranscriptEntries = "agent_transcript_entries" // EdgeActivityEvents holds the string denoting the activity_events edge name in mutations. EdgeActivityEvents = "activity_events" // EdgeAgentRuns holds the string denoting the agent_runs edge name in mutations. EdgeAgentRuns = "agent_runs" // EdgeRepoWorkspaces holds the string denoting the repo_workspaces edge name in mutations. EdgeRepoWorkspaces = "repo_workspaces" // EdgeOutgoingDependencies holds the string denoting the outgoing_dependencies edge name in mutations. EdgeOutgoingDependencies = "outgoing_dependencies" // EdgeIncomingDependencies holds the string denoting the incoming_dependencies edge name in mutations. EdgeIncomingDependencies = "incoming_dependencies" // Table holds the table name of the ticket in the database. Table = "tickets" // ProjectTable is the table that holds the project relation/edge. ProjectTable = "tickets" // ProjectInverseTable is the table name for the Project entity. // It exists in this package in order to avoid circular dependency with the "project" package. ProjectInverseTable = "projects" // ProjectColumn is the table column denoting the project relation/edge. ProjectColumn = "project_id" // StatusTable is the table that holds the status relation/edge. StatusTable = "tickets" // StatusInverseTable is the table name for the TicketStatus entity. // It exists in this package in order to avoid circular dependency with the "ticketstatus" package. StatusInverseTable = "ticket_status" // StatusColumn is the table column denoting the status relation/edge. StatusColumn = "status_id" // WorkflowTable is the table that holds the workflow relation/edge. WorkflowTable = "tickets" // WorkflowInverseTable is the table name for the Workflow entity. // It exists in this package in order to avoid circular dependency with the "workflow" package. WorkflowInverseTable = "workflows" // WorkflowColumn is the table column denoting the workflow relation/edge. WorkflowColumn = "workflow_id" // CurrentRunTable is the table that holds the current_run relation/edge. CurrentRunTable = "tickets" // CurrentRunInverseTable is the table name for the AgentRun entity. // It exists in this package in order to avoid circular dependency with the "agentrun" package. CurrentRunInverseTable = "agent_runs" // CurrentRunColumn is the table column denoting the current_run relation/edge. CurrentRunColumn = "current_run_id" // TargetMachineTable is the table that holds the target_machine relation/edge. TargetMachineTable = "tickets" // TargetMachineInverseTable is the table name for the Machine entity. // It exists in this package in order to avoid circular dependency with the "machine" package. TargetMachineInverseTable = "machines" // TargetMachineColumn is the table column denoting the target_machine relation/edge. TargetMachineColumn = "target_machine_id" // ParentTable is the table that holds the parent relation/edge. ParentTable = "tickets" // ParentColumn is the table column denoting the parent relation/edge. ParentColumn = "parent_ticket_id" // ChildrenTable is the table that holds the children relation/edge. ChildrenTable = "tickets" // ChildrenColumn is the table column denoting the children relation/edge. ChildrenColumn = "parent_ticket_id" // RepoScopesTable is the table that holds the repo_scopes relation/edge. RepoScopesTable = "ticket_repo_scopes" // RepoScopesInverseTable is the table name for the TicketRepoScope entity. // It exists in this package in order to avoid circular dependency with the "ticketreposcope" package. RepoScopesInverseTable = "ticket_repo_scopes" // RepoScopesColumn is the table column denoting the repo_scopes relation/edge. RepoScopesColumn = "ticket_id" // CommentsTable is the table that holds the comments relation/edge. CommentsTable = "ticket_comments" // CommentsInverseTable is the table name for the TicketComment entity. // It exists in this package in order to avoid circular dependency with the "ticketcomment" package. CommentsInverseTable = "ticket_comments" // CommentsColumn is the table column denoting the comments relation/edge. CommentsColumn = "ticket_id" // ExternalLinksTable is the table that holds the external_links relation/edge. ExternalLinksTable = "ticket_external_links" // ExternalLinksInverseTable is the table name for the TicketExternalLink entity. // It exists in this package in order to avoid circular dependency with the "ticketexternallink" package. ExternalLinksInverseTable = "ticket_external_links" // ExternalLinksColumn is the table column denoting the external_links relation/edge. ExternalLinksColumn = "ticket_id" // AgentTokensTable is the table that holds the agent_tokens relation/edge. AgentTokensTable = "agent_tokens" // AgentTokensInverseTable is the table name for the AgentToken entity. // It exists in this package in order to avoid circular dependency with the "agenttoken" package. AgentTokensInverseTable = "agent_tokens" // AgentTokensColumn is the table column denoting the agent_tokens relation/edge. AgentTokensColumn = "ticket_id" // AgentTraceEventsTable is the table that holds the agent_trace_events relation/edge. AgentTraceEventsTable = "agent_trace_events" // AgentTraceEventsInverseTable is the table name for the AgentTraceEvent entity. // It exists in this package in order to avoid circular dependency with the "agenttraceevent" package. AgentTraceEventsInverseTable = "agent_trace_events" // AgentTraceEventsColumn is the table column denoting the agent_trace_events relation/edge. AgentTraceEventsColumn = "ticket_id" // AgentStepEventsTable is the table that holds the agent_step_events relation/edge. AgentStepEventsTable = "agent_step_events" // AgentStepEventsInverseTable is the table name for the AgentStepEvent entity. // It exists in this package in order to avoid circular dependency with the "agentstepevent" package. AgentStepEventsInverseTable = "agent_step_events" // AgentStepEventsColumn is the table column denoting the agent_step_events relation/edge. AgentStepEventsColumn = "ticket_id" // AgentRawEventsTable is the table that holds the agent_raw_events relation/edge. AgentRawEventsTable = "agent_raw_events" // AgentRawEventsInverseTable is the table name for the AgentRawEvent entity. // It exists in this package in order to avoid circular dependency with the "agentrawevent" package. AgentRawEventsInverseTable = "agent_raw_events" // AgentRawEventsColumn is the table column denoting the agent_raw_events relation/edge. AgentRawEventsColumn = "ticket_id" // AgentActivityInstancesTable is the table that holds the agent_activity_instances relation/edge. AgentActivityInstancesTable = "agent_activity_instances" // AgentActivityInstancesInverseTable is the table name for the AgentActivityInstance entity. // It exists in this package in order to avoid circular dependency with the "agentactivityinstance" package. AgentActivityInstancesInverseTable = "agent_activity_instances" // AgentActivityInstancesColumn is the table column denoting the agent_activity_instances relation/edge. AgentActivityInstancesColumn = "ticket_id" // AgentTranscriptEntriesTable is the table that holds the agent_transcript_entries relation/edge. AgentTranscriptEntriesTable = "agent_transcript_entries" // AgentTranscriptEntriesInverseTable is the table name for the AgentTranscriptEntry entity. // It exists in this package in order to avoid circular dependency with the "agenttranscriptentry" package. AgentTranscriptEntriesInverseTable = "agent_transcript_entries" // AgentTranscriptEntriesColumn is the table column denoting the agent_transcript_entries relation/edge. AgentTranscriptEntriesColumn = "ticket_id" // ActivityEventsTable is the table that holds the activity_events relation/edge. ActivityEventsTable = "activity_events" // ActivityEventsInverseTable is the table name for the ActivityEvent entity. // It exists in this package in order to avoid circular dependency with the "activityevent" package. ActivityEventsInverseTable = "activity_events" // ActivityEventsColumn is the table column denoting the activity_events relation/edge. ActivityEventsColumn = "ticket_id" // AgentRunsTable is the table that holds the agent_runs relation/edge. AgentRunsTable = "agent_runs" // AgentRunsInverseTable is the table name for the AgentRun entity. // It exists in this package in order to avoid circular dependency with the "agentrun" package. AgentRunsInverseTable = "agent_runs" // AgentRunsColumn is the table column denoting the agent_runs relation/edge. AgentRunsColumn = "ticket_id" // RepoWorkspacesTable is the table that holds the repo_workspaces relation/edge. RepoWorkspacesTable = "ticket_repo_workspaces" // RepoWorkspacesInverseTable is the table name for the TicketRepoWorkspace entity. // It exists in this package in order to avoid circular dependency with the "ticketrepoworkspace" package. RepoWorkspacesInverseTable = "ticket_repo_workspaces" // RepoWorkspacesColumn is the table column denoting the repo_workspaces relation/edge. RepoWorkspacesColumn = "ticket_id" // OutgoingDependenciesTable is the table that holds the outgoing_dependencies relation/edge. OutgoingDependenciesTable = "ticket_dependencies" // OutgoingDependenciesInverseTable is the table name for the TicketDependency entity. // It exists in this package in order to avoid circular dependency with the "ticketdependency" package. OutgoingDependenciesInverseTable = "ticket_dependencies" // OutgoingDependenciesColumn is the table column denoting the outgoing_dependencies relation/edge. OutgoingDependenciesColumn = "source_ticket_id" // IncomingDependenciesTable is the table that holds the incoming_dependencies relation/edge. IncomingDependenciesTable = "ticket_dependencies" // IncomingDependenciesInverseTable is the table name for the TicketDependency entity. // It exists in this package in order to avoid circular dependency with the "ticketdependency" package. IncomingDependenciesInverseTable = "ticket_dependencies" // IncomingDependenciesColumn is the table column denoting the incoming_dependencies relation/edge. IncomingDependenciesColumn = "target_ticket_id" )
const DefaultType = TypeFeature
TypeFeature is the default value of the Type enum.
Variables ¶
var ( // IdentifierValidator is a validator for the "identifier" field. It is called by the builders before save. IdentifierValidator func(string) error // TitleValidator is a validator for the "title" field. It is called by the builders before save. TitleValidator func(string) error // DefaultArchived holds the default value on creation for the "archived" field. DefaultArchived bool // CreatedByValidator is a validator for the "created_by" field. It is called by the builders before save. CreatedByValidator func(string) error // DefaultAttemptCount holds the default value on creation for the "attempt_count" field. DefaultAttemptCount int // DefaultConsecutiveErrors holds the default value on creation for the "consecutive_errors" field. DefaultConsecutiveErrors int // DefaultRetryPaused holds the default value on creation for the "retry_paused" field. DefaultRetryPaused bool // DefaultStallCount holds the default value on creation for the "stall_count" field. DefaultStallCount int // DefaultHarnessVersion holds the default value on creation for the "harness_version" field. DefaultHarnessVersion int // DefaultBudgetUsd holds the default value on creation for the "budget_usd" field. DefaultBudgetUsd float64 // DefaultCostTokensInput holds the default value on creation for the "cost_tokens_input" field. DefaultCostTokensInput int64 // DefaultCostTokensOutput holds the default value on creation for the "cost_tokens_output" field. DefaultCostTokensOutput int64 // DefaultCostAmount holds the default value on creation for the "cost_amount" field. DefaultCostAmount float64 // DefaultMetadata holds the default value on creation for the "metadata" field. DefaultMetadata func() map[string]interface{} // DefaultCreatedAt holds the default value on creation for the "created_at" field. DefaultCreatedAt func() time.Time // DefaultID holds the default value on creation for the "id" field. DefaultID func() uuid.UUID )
var Columns = []string{ FieldID, FieldProjectID, FieldIdentifier, FieldTitle, FieldDescription, FieldStatusID, FieldArchived, FieldPriority, FieldType, FieldWorkflowID, FieldCurrentRunID, FieldTargetMachineID, FieldCreatedBy, FieldParentTicketID, FieldExternalRef, FieldAttemptCount, FieldConsecutiveErrors, FieldNextRetryAt, FieldRetryPaused, FieldPauseReason, FieldStallCount, FieldRetryToken, FieldHarnessVersion, FieldBudgetUsd, FieldCostTokensInput, FieldCostTokensOutput, FieldCostAmount, FieldMetadata, FieldStartedAt, FieldCompletedAt, FieldCreatedAt, }
Columns holds all SQL columns for ticket fields.
Functions ¶
func Archived ¶
Archived applies equality check predicate on the "archived" field. It's identical to ArchivedEQ.
func ArchivedEQ ¶
ArchivedEQ applies the EQ predicate on the "archived" field.
func ArchivedNEQ ¶
ArchivedNEQ applies the NEQ predicate on the "archived" field.
func AttemptCount ¶
AttemptCount applies equality check predicate on the "attempt_count" field. It's identical to AttemptCountEQ.
func AttemptCountEQ ¶
AttemptCountEQ applies the EQ predicate on the "attempt_count" field.
func AttemptCountGT ¶
AttemptCountGT applies the GT predicate on the "attempt_count" field.
func AttemptCountGTE ¶
AttemptCountGTE applies the GTE predicate on the "attempt_count" field.
func AttemptCountIn ¶
AttemptCountIn applies the In predicate on the "attempt_count" field.
func AttemptCountLT ¶
AttemptCountLT applies the LT predicate on the "attempt_count" field.
func AttemptCountLTE ¶
AttemptCountLTE applies the LTE predicate on the "attempt_count" field.
func AttemptCountNEQ ¶
AttemptCountNEQ applies the NEQ predicate on the "attempt_count" field.
func AttemptCountNotIn ¶
AttemptCountNotIn applies the NotIn predicate on the "attempt_count" field.
func BudgetUsd ¶
BudgetUsd applies equality check predicate on the "budget_usd" field. It's identical to BudgetUsdEQ.
func BudgetUsdEQ ¶
BudgetUsdEQ applies the EQ predicate on the "budget_usd" field.
func BudgetUsdGT ¶
BudgetUsdGT applies the GT predicate on the "budget_usd" field.
func BudgetUsdGTE ¶
BudgetUsdGTE applies the GTE predicate on the "budget_usd" field.
func BudgetUsdIn ¶
BudgetUsdIn applies the In predicate on the "budget_usd" field.
func BudgetUsdLT ¶
BudgetUsdLT applies the LT predicate on the "budget_usd" field.
func BudgetUsdLTE ¶
BudgetUsdLTE applies the LTE predicate on the "budget_usd" field.
func BudgetUsdNEQ ¶
BudgetUsdNEQ applies the NEQ predicate on the "budget_usd" field.
func BudgetUsdNotIn ¶
BudgetUsdNotIn applies the NotIn predicate on the "budget_usd" field.
func CompletedAt ¶
CompletedAt applies equality check predicate on the "completed_at" field. It's identical to CompletedAtEQ.
func CompletedAtEQ ¶
CompletedAtEQ applies the EQ predicate on the "completed_at" field.
func CompletedAtGT ¶
CompletedAtGT applies the GT predicate on the "completed_at" field.
func CompletedAtGTE ¶
CompletedAtGTE applies the GTE predicate on the "completed_at" field.
func CompletedAtIn ¶
CompletedAtIn applies the In predicate on the "completed_at" field.
func CompletedAtIsNil ¶
CompletedAtIsNil applies the IsNil predicate on the "completed_at" field.
func CompletedAtLT ¶
CompletedAtLT applies the LT predicate on the "completed_at" field.
func CompletedAtLTE ¶
CompletedAtLTE applies the LTE predicate on the "completed_at" field.
func CompletedAtNEQ ¶
CompletedAtNEQ applies the NEQ predicate on the "completed_at" field.
func CompletedAtNotIn ¶
CompletedAtNotIn applies the NotIn predicate on the "completed_at" field.
func CompletedAtNotNil ¶
CompletedAtNotNil applies the NotNil predicate on the "completed_at" field.
func ConsecutiveErrors ¶
ConsecutiveErrors applies equality check predicate on the "consecutive_errors" field. It's identical to ConsecutiveErrorsEQ.
func ConsecutiveErrorsEQ ¶
ConsecutiveErrorsEQ applies the EQ predicate on the "consecutive_errors" field.
func ConsecutiveErrorsGT ¶
ConsecutiveErrorsGT applies the GT predicate on the "consecutive_errors" field.
func ConsecutiveErrorsGTE ¶
ConsecutiveErrorsGTE applies the GTE predicate on the "consecutive_errors" field.
func ConsecutiveErrorsIn ¶
ConsecutiveErrorsIn applies the In predicate on the "consecutive_errors" field.
func ConsecutiveErrorsLT ¶
ConsecutiveErrorsLT applies the LT predicate on the "consecutive_errors" field.
func ConsecutiveErrorsLTE ¶
ConsecutiveErrorsLTE applies the LTE predicate on the "consecutive_errors" field.
func ConsecutiveErrorsNEQ ¶
ConsecutiveErrorsNEQ applies the NEQ predicate on the "consecutive_errors" field.
func ConsecutiveErrorsNotIn ¶
ConsecutiveErrorsNotIn applies the NotIn predicate on the "consecutive_errors" field.
func CostAmount ¶
CostAmount applies equality check predicate on the "cost_amount" field. It's identical to CostAmountEQ.
func CostAmountEQ ¶
CostAmountEQ applies the EQ predicate on the "cost_amount" field.
func CostAmountGT ¶
CostAmountGT applies the GT predicate on the "cost_amount" field.
func CostAmountGTE ¶
CostAmountGTE applies the GTE predicate on the "cost_amount" field.
func CostAmountIn ¶
CostAmountIn applies the In predicate on the "cost_amount" field.
func CostAmountLT ¶
CostAmountLT applies the LT predicate on the "cost_amount" field.
func CostAmountLTE ¶
CostAmountLTE applies the LTE predicate on the "cost_amount" field.
func CostAmountNEQ ¶
CostAmountNEQ applies the NEQ predicate on the "cost_amount" field.
func CostAmountNotIn ¶
CostAmountNotIn applies the NotIn predicate on the "cost_amount" field.
func CostTokensInput ¶
CostTokensInput applies equality check predicate on the "cost_tokens_input" field. It's identical to CostTokensInputEQ.
func CostTokensInputEQ ¶
CostTokensInputEQ applies the EQ predicate on the "cost_tokens_input" field.
func CostTokensInputGT ¶
CostTokensInputGT applies the GT predicate on the "cost_tokens_input" field.
func CostTokensInputGTE ¶
CostTokensInputGTE applies the GTE predicate on the "cost_tokens_input" field.
func CostTokensInputIn ¶
CostTokensInputIn applies the In predicate on the "cost_tokens_input" field.
func CostTokensInputLT ¶
CostTokensInputLT applies the LT predicate on the "cost_tokens_input" field.
func CostTokensInputLTE ¶
CostTokensInputLTE applies the LTE predicate on the "cost_tokens_input" field.
func CostTokensInputNEQ ¶
CostTokensInputNEQ applies the NEQ predicate on the "cost_tokens_input" field.
func CostTokensInputNotIn ¶
CostTokensInputNotIn applies the NotIn predicate on the "cost_tokens_input" field.
func CostTokensOutput ¶
CostTokensOutput applies equality check predicate on the "cost_tokens_output" field. It's identical to CostTokensOutputEQ.
func CostTokensOutputEQ ¶
CostTokensOutputEQ applies the EQ predicate on the "cost_tokens_output" field.
func CostTokensOutputGT ¶
CostTokensOutputGT applies the GT predicate on the "cost_tokens_output" field.
func CostTokensOutputGTE ¶
CostTokensOutputGTE applies the GTE predicate on the "cost_tokens_output" field.
func CostTokensOutputIn ¶
CostTokensOutputIn applies the In predicate on the "cost_tokens_output" field.
func CostTokensOutputLT ¶
CostTokensOutputLT applies the LT predicate on the "cost_tokens_output" field.
func CostTokensOutputLTE ¶
CostTokensOutputLTE applies the LTE predicate on the "cost_tokens_output" field.
func CostTokensOutputNEQ ¶
CostTokensOutputNEQ applies the NEQ predicate on the "cost_tokens_output" field.
func CostTokensOutputNotIn ¶
CostTokensOutputNotIn applies the NotIn predicate on the "cost_tokens_output" field.
func CreatedAt ¶
CreatedAt applies equality check predicate on the "created_at" field. It's identical to CreatedAtEQ.
func CreatedAtEQ ¶
CreatedAtEQ applies the EQ predicate on the "created_at" field.
func CreatedAtGT ¶
CreatedAtGT applies the GT predicate on the "created_at" field.
func CreatedAtGTE ¶
CreatedAtGTE applies the GTE predicate on the "created_at" field.
func CreatedAtIn ¶
CreatedAtIn applies the In predicate on the "created_at" field.
func CreatedAtLT ¶
CreatedAtLT applies the LT predicate on the "created_at" field.
func CreatedAtLTE ¶
CreatedAtLTE applies the LTE predicate on the "created_at" field.
func CreatedAtNEQ ¶
CreatedAtNEQ applies the NEQ predicate on the "created_at" field.
func CreatedAtNotIn ¶
CreatedAtNotIn applies the NotIn predicate on the "created_at" field.
func CreatedBy ¶
CreatedBy applies equality check predicate on the "created_by" field. It's identical to CreatedByEQ.
func CreatedByContains ¶
CreatedByContains applies the Contains predicate on the "created_by" field.
func CreatedByContainsFold ¶
CreatedByContainsFold applies the ContainsFold predicate on the "created_by" field.
func CreatedByEQ ¶
CreatedByEQ applies the EQ predicate on the "created_by" field.
func CreatedByEqualFold ¶
CreatedByEqualFold applies the EqualFold predicate on the "created_by" field.
func CreatedByGT ¶
CreatedByGT applies the GT predicate on the "created_by" field.
func CreatedByGTE ¶
CreatedByGTE applies the GTE predicate on the "created_by" field.
func CreatedByHasPrefix ¶
CreatedByHasPrefix applies the HasPrefix predicate on the "created_by" field.
func CreatedByHasSuffix ¶
CreatedByHasSuffix applies the HasSuffix predicate on the "created_by" field.
func CreatedByIn ¶
CreatedByIn applies the In predicate on the "created_by" field.
func CreatedByLT ¶
CreatedByLT applies the LT predicate on the "created_by" field.
func CreatedByLTE ¶
CreatedByLTE applies the LTE predicate on the "created_by" field.
func CreatedByNEQ ¶
CreatedByNEQ applies the NEQ predicate on the "created_by" field.
func CreatedByNotIn ¶
CreatedByNotIn applies the NotIn predicate on the "created_by" field.
func CurrentRunID ¶
CurrentRunID applies equality check predicate on the "current_run_id" field. It's identical to CurrentRunIDEQ.
func CurrentRunIDEQ ¶
CurrentRunIDEQ applies the EQ predicate on the "current_run_id" field.
func CurrentRunIDIn ¶
CurrentRunIDIn applies the In predicate on the "current_run_id" field.
func CurrentRunIDIsNil ¶
CurrentRunIDIsNil applies the IsNil predicate on the "current_run_id" field.
func CurrentRunIDNEQ ¶
CurrentRunIDNEQ applies the NEQ predicate on the "current_run_id" field.
func CurrentRunIDNotIn ¶
CurrentRunIDNotIn applies the NotIn predicate on the "current_run_id" field.
func CurrentRunIDNotNil ¶
CurrentRunIDNotNil applies the NotNil predicate on the "current_run_id" field.
func Description ¶
Description applies equality check predicate on the "description" field. It's identical to DescriptionEQ.
func DescriptionContains ¶
DescriptionContains applies the Contains predicate on the "description" field.
func DescriptionContainsFold ¶
DescriptionContainsFold applies the ContainsFold predicate on the "description" field.
func DescriptionEQ ¶
DescriptionEQ applies the EQ predicate on the "description" field.
func DescriptionEqualFold ¶
DescriptionEqualFold applies the EqualFold predicate on the "description" field.
func DescriptionGT ¶
DescriptionGT applies the GT predicate on the "description" field.
func DescriptionGTE ¶
DescriptionGTE applies the GTE predicate on the "description" field.
func DescriptionHasPrefix ¶
DescriptionHasPrefix applies the HasPrefix predicate on the "description" field.
func DescriptionHasSuffix ¶
DescriptionHasSuffix applies the HasSuffix predicate on the "description" field.
func DescriptionIn ¶
DescriptionIn applies the In predicate on the "description" field.
func DescriptionIsNil ¶
DescriptionIsNil applies the IsNil predicate on the "description" field.
func DescriptionLT ¶
DescriptionLT applies the LT predicate on the "description" field.
func DescriptionLTE ¶
DescriptionLTE applies the LTE predicate on the "description" field.
func DescriptionNEQ ¶
DescriptionNEQ applies the NEQ predicate on the "description" field.
func DescriptionNotIn ¶
DescriptionNotIn applies the NotIn predicate on the "description" field.
func DescriptionNotNil ¶
DescriptionNotNil applies the NotNil predicate on the "description" field.
func ExternalRef ¶
ExternalRef applies equality check predicate on the "external_ref" field. It's identical to ExternalRefEQ.
func ExternalRefContains ¶
ExternalRefContains applies the Contains predicate on the "external_ref" field.
func ExternalRefContainsFold ¶
ExternalRefContainsFold applies the ContainsFold predicate on the "external_ref" field.
func ExternalRefEQ ¶
ExternalRefEQ applies the EQ predicate on the "external_ref" field.
func ExternalRefEqualFold ¶
ExternalRefEqualFold applies the EqualFold predicate on the "external_ref" field.
func ExternalRefGT ¶
ExternalRefGT applies the GT predicate on the "external_ref" field.
func ExternalRefGTE ¶
ExternalRefGTE applies the GTE predicate on the "external_ref" field.
func ExternalRefHasPrefix ¶
ExternalRefHasPrefix applies the HasPrefix predicate on the "external_ref" field.
func ExternalRefHasSuffix ¶
ExternalRefHasSuffix applies the HasSuffix predicate on the "external_ref" field.
func ExternalRefIn ¶
ExternalRefIn applies the In predicate on the "external_ref" field.
func ExternalRefIsNil ¶
ExternalRefIsNil applies the IsNil predicate on the "external_ref" field.
func ExternalRefLT ¶
ExternalRefLT applies the LT predicate on the "external_ref" field.
func ExternalRefLTE ¶
ExternalRefLTE applies the LTE predicate on the "external_ref" field.
func ExternalRefNEQ ¶
ExternalRefNEQ applies the NEQ predicate on the "external_ref" field.
func ExternalRefNotIn ¶
ExternalRefNotIn applies the NotIn predicate on the "external_ref" field.
func ExternalRefNotNil ¶
ExternalRefNotNil applies the NotNil predicate on the "external_ref" field.
func HarnessVersion ¶
HarnessVersion applies equality check predicate on the "harness_version" field. It's identical to HarnessVersionEQ.
func HarnessVersionEQ ¶
HarnessVersionEQ applies the EQ predicate on the "harness_version" field.
func HarnessVersionGT ¶
HarnessVersionGT applies the GT predicate on the "harness_version" field.
func HarnessVersionGTE ¶
HarnessVersionGTE applies the GTE predicate on the "harness_version" field.
func HarnessVersionIn ¶
HarnessVersionIn applies the In predicate on the "harness_version" field.
func HarnessVersionLT ¶
HarnessVersionLT applies the LT predicate on the "harness_version" field.
func HarnessVersionLTE ¶
HarnessVersionLTE applies the LTE predicate on the "harness_version" field.
func HarnessVersionNEQ ¶
HarnessVersionNEQ applies the NEQ predicate on the "harness_version" field.
func HarnessVersionNotIn ¶
HarnessVersionNotIn applies the NotIn predicate on the "harness_version" field.
func HasActivityEvents ¶
HasActivityEvents applies the HasEdge predicate on the "activity_events" edge.
func HasActivityEventsWith ¶
func HasActivityEventsWith(preds ...predicate.ActivityEvent) predicate.Ticket
HasActivityEventsWith applies the HasEdge predicate on the "activity_events" edge with a given conditions (other predicates).
func HasAgentActivityInstances ¶ added in v0.5.0
HasAgentActivityInstances applies the HasEdge predicate on the "agent_activity_instances" edge.
func HasAgentActivityInstancesWith ¶ added in v0.5.0
func HasAgentActivityInstancesWith(preds ...predicate.AgentActivityInstance) predicate.Ticket
HasAgentActivityInstancesWith applies the HasEdge predicate on the "agent_activity_instances" edge with a given conditions (other predicates).
func HasAgentRawEvents ¶ added in v0.5.0
HasAgentRawEvents applies the HasEdge predicate on the "agent_raw_events" edge.
func HasAgentRawEventsWith ¶ added in v0.5.0
func HasAgentRawEventsWith(preds ...predicate.AgentRawEvent) predicate.Ticket
HasAgentRawEventsWith applies the HasEdge predicate on the "agent_raw_events" edge with a given conditions (other predicates).
func HasAgentRuns ¶
HasAgentRuns applies the HasEdge predicate on the "agent_runs" edge.
func HasAgentRunsWith ¶
HasAgentRunsWith applies the HasEdge predicate on the "agent_runs" edge with a given conditions (other predicates).
func HasAgentStepEvents ¶
HasAgentStepEvents applies the HasEdge predicate on the "agent_step_events" edge.
func HasAgentStepEventsWith ¶
func HasAgentStepEventsWith(preds ...predicate.AgentStepEvent) predicate.Ticket
HasAgentStepEventsWith applies the HasEdge predicate on the "agent_step_events" edge with a given conditions (other predicates).
func HasAgentTokens ¶
HasAgentTokens applies the HasEdge predicate on the "agent_tokens" edge.
func HasAgentTokensWith ¶
func HasAgentTokensWith(preds ...predicate.AgentToken) predicate.Ticket
HasAgentTokensWith applies the HasEdge predicate on the "agent_tokens" edge with a given conditions (other predicates).
func HasAgentTraceEvents ¶
HasAgentTraceEvents applies the HasEdge predicate on the "agent_trace_events" edge.
func HasAgentTraceEventsWith ¶
func HasAgentTraceEventsWith(preds ...predicate.AgentTraceEvent) predicate.Ticket
HasAgentTraceEventsWith applies the HasEdge predicate on the "agent_trace_events" edge with a given conditions (other predicates).
func HasAgentTranscriptEntries ¶ added in v0.5.0
HasAgentTranscriptEntries applies the HasEdge predicate on the "agent_transcript_entries" edge.
func HasAgentTranscriptEntriesWith ¶ added in v0.5.0
func HasAgentTranscriptEntriesWith(preds ...predicate.AgentTranscriptEntry) predicate.Ticket
HasAgentTranscriptEntriesWith applies the HasEdge predicate on the "agent_transcript_entries" edge with a given conditions (other predicates).
func HasChildren ¶
HasChildren applies the HasEdge predicate on the "children" edge.
func HasChildrenWith ¶
HasChildrenWith applies the HasEdge predicate on the "children" edge with a given conditions (other predicates).
func HasComments ¶
HasComments applies the HasEdge predicate on the "comments" edge.
func HasCommentsWith ¶
func HasCommentsWith(preds ...predicate.TicketComment) predicate.Ticket
HasCommentsWith applies the HasEdge predicate on the "comments" edge with a given conditions (other predicates).
func HasCurrentRun ¶
HasCurrentRun applies the HasEdge predicate on the "current_run" edge.
func HasCurrentRunWith ¶
HasCurrentRunWith applies the HasEdge predicate on the "current_run" edge with a given conditions (other predicates).
func HasExternalLinks ¶
HasExternalLinks applies the HasEdge predicate on the "external_links" edge.
func HasExternalLinksWith ¶
func HasExternalLinksWith(preds ...predicate.TicketExternalLink) predicate.Ticket
HasExternalLinksWith applies the HasEdge predicate on the "external_links" edge with a given conditions (other predicates).
func HasIncomingDependencies ¶
HasIncomingDependencies applies the HasEdge predicate on the "incoming_dependencies" edge.
func HasIncomingDependenciesWith ¶
func HasIncomingDependenciesWith(preds ...predicate.TicketDependency) predicate.Ticket
HasIncomingDependenciesWith applies the HasEdge predicate on the "incoming_dependencies" edge with a given conditions (other predicates).
func HasOutgoingDependencies ¶
HasOutgoingDependencies applies the HasEdge predicate on the "outgoing_dependencies" edge.
func HasOutgoingDependenciesWith ¶
func HasOutgoingDependenciesWith(preds ...predicate.TicketDependency) predicate.Ticket
HasOutgoingDependenciesWith applies the HasEdge predicate on the "outgoing_dependencies" edge with a given conditions (other predicates).
func HasParentWith ¶
HasParentWith applies the HasEdge predicate on the "parent" edge with a given conditions (other predicates).
func HasProject ¶
HasProject applies the HasEdge predicate on the "project" edge.
func HasProjectWith ¶
HasProjectWith applies the HasEdge predicate on the "project" edge with a given conditions (other predicates).
func HasRepoScopes ¶
HasRepoScopes applies the HasEdge predicate on the "repo_scopes" edge.
func HasRepoScopesWith ¶
func HasRepoScopesWith(preds ...predicate.TicketRepoScope) predicate.Ticket
HasRepoScopesWith applies the HasEdge predicate on the "repo_scopes" edge with a given conditions (other predicates).
func HasRepoWorkspaces ¶
HasRepoWorkspaces applies the HasEdge predicate on the "repo_workspaces" edge.
func HasRepoWorkspacesWith ¶
func HasRepoWorkspacesWith(preds ...predicate.TicketRepoWorkspace) predicate.Ticket
HasRepoWorkspacesWith applies the HasEdge predicate on the "repo_workspaces" edge with a given conditions (other predicates).
func HasStatusWith ¶
func HasStatusWith(preds ...predicate.TicketStatus) predicate.Ticket
HasStatusWith applies the HasEdge predicate on the "status" edge with a given conditions (other predicates).
func HasTargetMachine ¶
HasTargetMachine applies the HasEdge predicate on the "target_machine" edge.
func HasTargetMachineWith ¶
HasTargetMachineWith applies the HasEdge predicate on the "target_machine" edge with a given conditions (other predicates).
func HasWorkflow ¶
HasWorkflow applies the HasEdge predicate on the "workflow" edge.
func HasWorkflowWith ¶
HasWorkflowWith applies the HasEdge predicate on the "workflow" edge with a given conditions (other predicates).
func Identifier ¶
Identifier applies equality check predicate on the "identifier" field. It's identical to IdentifierEQ.
func IdentifierContains ¶
IdentifierContains applies the Contains predicate on the "identifier" field.
func IdentifierContainsFold ¶
IdentifierContainsFold applies the ContainsFold predicate on the "identifier" field.
func IdentifierEQ ¶
IdentifierEQ applies the EQ predicate on the "identifier" field.
func IdentifierEqualFold ¶
IdentifierEqualFold applies the EqualFold predicate on the "identifier" field.
func IdentifierGT ¶
IdentifierGT applies the GT predicate on the "identifier" field.
func IdentifierGTE ¶
IdentifierGTE applies the GTE predicate on the "identifier" field.
func IdentifierHasPrefix ¶
IdentifierHasPrefix applies the HasPrefix predicate on the "identifier" field.
func IdentifierHasSuffix ¶
IdentifierHasSuffix applies the HasSuffix predicate on the "identifier" field.
func IdentifierIn ¶
IdentifierIn applies the In predicate on the "identifier" field.
func IdentifierLT ¶
IdentifierLT applies the LT predicate on the "identifier" field.
func IdentifierLTE ¶
IdentifierLTE applies the LTE predicate on the "identifier" field.
func IdentifierNEQ ¶
IdentifierNEQ applies the NEQ predicate on the "identifier" field.
func IdentifierNotIn ¶
IdentifierNotIn applies the NotIn predicate on the "identifier" field.
func NextRetryAt ¶
NextRetryAt applies equality check predicate on the "next_retry_at" field. It's identical to NextRetryAtEQ.
func NextRetryAtEQ ¶
NextRetryAtEQ applies the EQ predicate on the "next_retry_at" field.
func NextRetryAtGT ¶
NextRetryAtGT applies the GT predicate on the "next_retry_at" field.
func NextRetryAtGTE ¶
NextRetryAtGTE applies the GTE predicate on the "next_retry_at" field.
func NextRetryAtIn ¶
NextRetryAtIn applies the In predicate on the "next_retry_at" field.
func NextRetryAtIsNil ¶
NextRetryAtIsNil applies the IsNil predicate on the "next_retry_at" field.
func NextRetryAtLT ¶
NextRetryAtLT applies the LT predicate on the "next_retry_at" field.
func NextRetryAtLTE ¶
NextRetryAtLTE applies the LTE predicate on the "next_retry_at" field.
func NextRetryAtNEQ ¶
NextRetryAtNEQ applies the NEQ predicate on the "next_retry_at" field.
func NextRetryAtNotIn ¶
NextRetryAtNotIn applies the NotIn predicate on the "next_retry_at" field.
func NextRetryAtNotNil ¶
NextRetryAtNotNil applies the NotNil predicate on the "next_retry_at" field.
func ParentTicketID ¶
ParentTicketID applies equality check predicate on the "parent_ticket_id" field. It's identical to ParentTicketIDEQ.
func ParentTicketIDEQ ¶
ParentTicketIDEQ applies the EQ predicate on the "parent_ticket_id" field.
func ParentTicketIDIn ¶
ParentTicketIDIn applies the In predicate on the "parent_ticket_id" field.
func ParentTicketIDIsNil ¶
ParentTicketIDIsNil applies the IsNil predicate on the "parent_ticket_id" field.
func ParentTicketIDNEQ ¶
ParentTicketIDNEQ applies the NEQ predicate on the "parent_ticket_id" field.
func ParentTicketIDNotIn ¶
ParentTicketIDNotIn applies the NotIn predicate on the "parent_ticket_id" field.
func ParentTicketIDNotNil ¶
ParentTicketIDNotNil applies the NotNil predicate on the "parent_ticket_id" field.
func PauseReason ¶
PauseReason applies equality check predicate on the "pause_reason" field. It's identical to PauseReasonEQ.
func PauseReasonContains ¶
PauseReasonContains applies the Contains predicate on the "pause_reason" field.
func PauseReasonContainsFold ¶
PauseReasonContainsFold applies the ContainsFold predicate on the "pause_reason" field.
func PauseReasonEQ ¶
PauseReasonEQ applies the EQ predicate on the "pause_reason" field.
func PauseReasonEqualFold ¶
PauseReasonEqualFold applies the EqualFold predicate on the "pause_reason" field.
func PauseReasonGT ¶
PauseReasonGT applies the GT predicate on the "pause_reason" field.
func PauseReasonGTE ¶
PauseReasonGTE applies the GTE predicate on the "pause_reason" field.
func PauseReasonHasPrefix ¶
PauseReasonHasPrefix applies the HasPrefix predicate on the "pause_reason" field.
func PauseReasonHasSuffix ¶
PauseReasonHasSuffix applies the HasSuffix predicate on the "pause_reason" field.
func PauseReasonIn ¶
PauseReasonIn applies the In predicate on the "pause_reason" field.
func PauseReasonIsNil ¶
PauseReasonIsNil applies the IsNil predicate on the "pause_reason" field.
func PauseReasonLT ¶
PauseReasonLT applies the LT predicate on the "pause_reason" field.
func PauseReasonLTE ¶
PauseReasonLTE applies the LTE predicate on the "pause_reason" field.
func PauseReasonNEQ ¶
PauseReasonNEQ applies the NEQ predicate on the "pause_reason" field.
func PauseReasonNotIn ¶
PauseReasonNotIn applies the NotIn predicate on the "pause_reason" field.
func PauseReasonNotNil ¶
PauseReasonNotNil applies the NotNil predicate on the "pause_reason" field.
func PriorityEQ ¶
PriorityEQ applies the EQ predicate on the "priority" field.
func PriorityIn ¶
PriorityIn applies the In predicate on the "priority" field.
func PriorityIsNil ¶
PriorityIsNil applies the IsNil predicate on the "priority" field.
func PriorityNEQ ¶
PriorityNEQ applies the NEQ predicate on the "priority" field.
func PriorityNotIn ¶
PriorityNotIn applies the NotIn predicate on the "priority" field.
func PriorityNotNil ¶
PriorityNotNil applies the NotNil predicate on the "priority" field.
func PriorityValidator ¶
PriorityValidator is a validator for the "priority" field enum values. It is called by the builders before save.
func ProjectID ¶
ProjectID applies equality check predicate on the "project_id" field. It's identical to ProjectIDEQ.
func ProjectIDEQ ¶
ProjectIDEQ applies the EQ predicate on the "project_id" field.
func ProjectIDIn ¶
ProjectIDIn applies the In predicate on the "project_id" field.
func ProjectIDNEQ ¶
ProjectIDNEQ applies the NEQ predicate on the "project_id" field.
func ProjectIDNotIn ¶
ProjectIDNotIn applies the NotIn predicate on the "project_id" field.
func RetryPaused ¶
RetryPaused applies equality check predicate on the "retry_paused" field. It's identical to RetryPausedEQ.
func RetryPausedEQ ¶
RetryPausedEQ applies the EQ predicate on the "retry_paused" field.
func RetryPausedNEQ ¶
RetryPausedNEQ applies the NEQ predicate on the "retry_paused" field.
func RetryToken ¶
RetryToken applies equality check predicate on the "retry_token" field. It's identical to RetryTokenEQ.
func RetryTokenContains ¶
RetryTokenContains applies the Contains predicate on the "retry_token" field.
func RetryTokenContainsFold ¶
RetryTokenContainsFold applies the ContainsFold predicate on the "retry_token" field.
func RetryTokenEQ ¶
RetryTokenEQ applies the EQ predicate on the "retry_token" field.
func RetryTokenEqualFold ¶
RetryTokenEqualFold applies the EqualFold predicate on the "retry_token" field.
func RetryTokenGT ¶
RetryTokenGT applies the GT predicate on the "retry_token" field.
func RetryTokenGTE ¶
RetryTokenGTE applies the GTE predicate on the "retry_token" field.
func RetryTokenHasPrefix ¶
RetryTokenHasPrefix applies the HasPrefix predicate on the "retry_token" field.
func RetryTokenHasSuffix ¶
RetryTokenHasSuffix applies the HasSuffix predicate on the "retry_token" field.
func RetryTokenIn ¶
RetryTokenIn applies the In predicate on the "retry_token" field.
func RetryTokenIsNil ¶
RetryTokenIsNil applies the IsNil predicate on the "retry_token" field.
func RetryTokenLT ¶
RetryTokenLT applies the LT predicate on the "retry_token" field.
func RetryTokenLTE ¶
RetryTokenLTE applies the LTE predicate on the "retry_token" field.
func RetryTokenNEQ ¶
RetryTokenNEQ applies the NEQ predicate on the "retry_token" field.
func RetryTokenNotIn ¶
RetryTokenNotIn applies the NotIn predicate on the "retry_token" field.
func RetryTokenNotNil ¶
RetryTokenNotNil applies the NotNil predicate on the "retry_token" field.
func StallCount ¶
StallCount applies equality check predicate on the "stall_count" field. It's identical to StallCountEQ.
func StallCountEQ ¶
StallCountEQ applies the EQ predicate on the "stall_count" field.
func StallCountGT ¶
StallCountGT applies the GT predicate on the "stall_count" field.
func StallCountGTE ¶
StallCountGTE applies the GTE predicate on the "stall_count" field.
func StallCountIn ¶
StallCountIn applies the In predicate on the "stall_count" field.
func StallCountLT ¶
StallCountLT applies the LT predicate on the "stall_count" field.
func StallCountLTE ¶
StallCountLTE applies the LTE predicate on the "stall_count" field.
func StallCountNEQ ¶
StallCountNEQ applies the NEQ predicate on the "stall_count" field.
func StallCountNotIn ¶
StallCountNotIn applies the NotIn predicate on the "stall_count" field.
func StartedAt ¶
StartedAt applies equality check predicate on the "started_at" field. It's identical to StartedAtEQ.
func StartedAtEQ ¶
StartedAtEQ applies the EQ predicate on the "started_at" field.
func StartedAtGT ¶
StartedAtGT applies the GT predicate on the "started_at" field.
func StartedAtGTE ¶
StartedAtGTE applies the GTE predicate on the "started_at" field.
func StartedAtIn ¶
StartedAtIn applies the In predicate on the "started_at" field.
func StartedAtIsNil ¶
StartedAtIsNil applies the IsNil predicate on the "started_at" field.
func StartedAtLT ¶
StartedAtLT applies the LT predicate on the "started_at" field.
func StartedAtLTE ¶
StartedAtLTE applies the LTE predicate on the "started_at" field.
func StartedAtNEQ ¶
StartedAtNEQ applies the NEQ predicate on the "started_at" field.
func StartedAtNotIn ¶
StartedAtNotIn applies the NotIn predicate on the "started_at" field.
func StartedAtNotNil ¶
StartedAtNotNil applies the NotNil predicate on the "started_at" field.
func StatusID ¶
StatusID applies equality check predicate on the "status_id" field. It's identical to StatusIDEQ.
func StatusIDEQ ¶
StatusIDEQ applies the EQ predicate on the "status_id" field.
func StatusIDIn ¶
StatusIDIn applies the In predicate on the "status_id" field.
func StatusIDNEQ ¶
StatusIDNEQ applies the NEQ predicate on the "status_id" field.
func StatusIDNotIn ¶
StatusIDNotIn applies the NotIn predicate on the "status_id" field.
func TargetMachineID ¶
TargetMachineID applies equality check predicate on the "target_machine_id" field. It's identical to TargetMachineIDEQ.
func TargetMachineIDEQ ¶
TargetMachineIDEQ applies the EQ predicate on the "target_machine_id" field.
func TargetMachineIDIn ¶
TargetMachineIDIn applies the In predicate on the "target_machine_id" field.
func TargetMachineIDIsNil ¶
TargetMachineIDIsNil applies the IsNil predicate on the "target_machine_id" field.
func TargetMachineIDNEQ ¶
TargetMachineIDNEQ applies the NEQ predicate on the "target_machine_id" field.
func TargetMachineIDNotIn ¶
TargetMachineIDNotIn applies the NotIn predicate on the "target_machine_id" field.
func TargetMachineIDNotNil ¶
TargetMachineIDNotNil applies the NotNil predicate on the "target_machine_id" field.
func Title ¶
Title applies equality check predicate on the "title" field. It's identical to TitleEQ.
func TitleContains ¶
TitleContains applies the Contains predicate on the "title" field.
func TitleContainsFold ¶
TitleContainsFold applies the ContainsFold predicate on the "title" field.
func TitleEqualFold ¶
TitleEqualFold applies the EqualFold predicate on the "title" field.
func TitleHasPrefix ¶
TitleHasPrefix applies the HasPrefix predicate on the "title" field.
func TitleHasSuffix ¶
TitleHasSuffix applies the HasSuffix predicate on the "title" field.
func TitleNotIn ¶
TitleNotIn applies the NotIn predicate on the "title" field.
func TypeValidator ¶
TypeValidator is a validator for the "type" field enum values. It is called by the builders before save.
func ValidColumn ¶
ValidColumn reports if the column name is valid (part of the table columns).
func WorkflowID ¶
WorkflowID applies equality check predicate on the "workflow_id" field. It's identical to WorkflowIDEQ.
func WorkflowIDEQ ¶
WorkflowIDEQ applies the EQ predicate on the "workflow_id" field.
func WorkflowIDIn ¶
WorkflowIDIn applies the In predicate on the "workflow_id" field.
func WorkflowIDIsNil ¶
WorkflowIDIsNil applies the IsNil predicate on the "workflow_id" field.
func WorkflowIDNEQ ¶
WorkflowIDNEQ applies the NEQ predicate on the "workflow_id" field.
func WorkflowIDNotIn ¶
WorkflowIDNotIn applies the NotIn predicate on the "workflow_id" field.
func WorkflowIDNotNil ¶
WorkflowIDNotNil applies the NotNil predicate on the "workflow_id" field.
Types ¶
type OrderOption ¶
OrderOption defines the ordering options for the Ticket queries.
func ByActivityEvents ¶
func ByActivityEvents(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
ByActivityEvents orders the results by activity_events terms.
func ByActivityEventsCount ¶
func ByActivityEventsCount(opts ...sql.OrderTermOption) OrderOption
ByActivityEventsCount orders the results by activity_events count.
func ByAgentActivityInstances ¶ added in v0.5.0
func ByAgentActivityInstances(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
ByAgentActivityInstances orders the results by agent_activity_instances terms.
func ByAgentActivityInstancesCount ¶ added in v0.5.0
func ByAgentActivityInstancesCount(opts ...sql.OrderTermOption) OrderOption
ByAgentActivityInstancesCount orders the results by agent_activity_instances count.
func ByAgentRawEvents ¶ added in v0.5.0
func ByAgentRawEvents(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
ByAgentRawEvents orders the results by agent_raw_events terms.
func ByAgentRawEventsCount ¶ added in v0.5.0
func ByAgentRawEventsCount(opts ...sql.OrderTermOption) OrderOption
ByAgentRawEventsCount orders the results by agent_raw_events count.
func ByAgentRuns ¶
func ByAgentRuns(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
ByAgentRuns orders the results by agent_runs terms.
func ByAgentRunsCount ¶
func ByAgentRunsCount(opts ...sql.OrderTermOption) OrderOption
ByAgentRunsCount orders the results by agent_runs count.
func ByAgentStepEvents ¶
func ByAgentStepEvents(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
ByAgentStepEvents orders the results by agent_step_events terms.
func ByAgentStepEventsCount ¶
func ByAgentStepEventsCount(opts ...sql.OrderTermOption) OrderOption
ByAgentStepEventsCount orders the results by agent_step_events count.
func ByAgentTokens ¶
func ByAgentTokens(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
ByAgentTokens orders the results by agent_tokens terms.
func ByAgentTokensCount ¶
func ByAgentTokensCount(opts ...sql.OrderTermOption) OrderOption
ByAgentTokensCount orders the results by agent_tokens count.
func ByAgentTraceEvents ¶
func ByAgentTraceEvents(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
ByAgentTraceEvents orders the results by agent_trace_events terms.
func ByAgentTraceEventsCount ¶
func ByAgentTraceEventsCount(opts ...sql.OrderTermOption) OrderOption
ByAgentTraceEventsCount orders the results by agent_trace_events count.
func ByAgentTranscriptEntries ¶ added in v0.5.0
func ByAgentTranscriptEntries(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
ByAgentTranscriptEntries orders the results by agent_transcript_entries terms.
func ByAgentTranscriptEntriesCount ¶ added in v0.5.0
func ByAgentTranscriptEntriesCount(opts ...sql.OrderTermOption) OrderOption
ByAgentTranscriptEntriesCount orders the results by agent_transcript_entries count.
func ByArchived ¶
func ByArchived(opts ...sql.OrderTermOption) OrderOption
ByArchived orders the results by the archived field.
func ByAttemptCount ¶
func ByAttemptCount(opts ...sql.OrderTermOption) OrderOption
ByAttemptCount orders the results by the attempt_count field.
func ByBudgetUsd ¶
func ByBudgetUsd(opts ...sql.OrderTermOption) OrderOption
ByBudgetUsd orders the results by the budget_usd field.
func ByChildren ¶
func ByChildren(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
ByChildren orders the results by children terms.
func ByChildrenCount ¶
func ByChildrenCount(opts ...sql.OrderTermOption) OrderOption
ByChildrenCount orders the results by children count.
func ByComments ¶
func ByComments(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
ByComments orders the results by comments terms.
func ByCommentsCount ¶
func ByCommentsCount(opts ...sql.OrderTermOption) OrderOption
ByCommentsCount orders the results by comments count.
func ByCompletedAt ¶
func ByCompletedAt(opts ...sql.OrderTermOption) OrderOption
ByCompletedAt orders the results by the completed_at field.
func ByConsecutiveErrors ¶
func ByConsecutiveErrors(opts ...sql.OrderTermOption) OrderOption
ByConsecutiveErrors orders the results by the consecutive_errors field.
func ByCostAmount ¶
func ByCostAmount(opts ...sql.OrderTermOption) OrderOption
ByCostAmount orders the results by the cost_amount field.
func ByCostTokensInput ¶
func ByCostTokensInput(opts ...sql.OrderTermOption) OrderOption
ByCostTokensInput orders the results by the cost_tokens_input field.
func ByCostTokensOutput ¶
func ByCostTokensOutput(opts ...sql.OrderTermOption) OrderOption
ByCostTokensOutput orders the results by the cost_tokens_output field.
func ByCreatedAt ¶
func ByCreatedAt(opts ...sql.OrderTermOption) OrderOption
ByCreatedAt orders the results by the created_at field.
func ByCreatedBy ¶
func ByCreatedBy(opts ...sql.OrderTermOption) OrderOption
ByCreatedBy orders the results by the created_by field.
func ByCurrentRunField ¶
func ByCurrentRunField(field string, opts ...sql.OrderTermOption) OrderOption
ByCurrentRunField orders the results by current_run field.
func ByCurrentRunID ¶
func ByCurrentRunID(opts ...sql.OrderTermOption) OrderOption
ByCurrentRunID orders the results by the current_run_id field.
func ByDescription ¶
func ByDescription(opts ...sql.OrderTermOption) OrderOption
ByDescription orders the results by the description field.
func ByExternalLinks ¶
func ByExternalLinks(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
ByExternalLinks orders the results by external_links terms.
func ByExternalLinksCount ¶
func ByExternalLinksCount(opts ...sql.OrderTermOption) OrderOption
ByExternalLinksCount orders the results by external_links count.
func ByExternalRef ¶
func ByExternalRef(opts ...sql.OrderTermOption) OrderOption
ByExternalRef orders the results by the external_ref field.
func ByHarnessVersion ¶
func ByHarnessVersion(opts ...sql.OrderTermOption) OrderOption
ByHarnessVersion orders the results by the harness_version field.
func ByID ¶
func ByID(opts ...sql.OrderTermOption) OrderOption
ByID orders the results by the id field.
func ByIdentifier ¶
func ByIdentifier(opts ...sql.OrderTermOption) OrderOption
ByIdentifier orders the results by the identifier field.
func ByIncomingDependencies ¶
func ByIncomingDependencies(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
ByIncomingDependencies orders the results by incoming_dependencies terms.
func ByIncomingDependenciesCount ¶
func ByIncomingDependenciesCount(opts ...sql.OrderTermOption) OrderOption
ByIncomingDependenciesCount orders the results by incoming_dependencies count.
func ByNextRetryAt ¶
func ByNextRetryAt(opts ...sql.OrderTermOption) OrderOption
ByNextRetryAt orders the results by the next_retry_at field.
func ByOutgoingDependencies ¶
func ByOutgoingDependencies(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
ByOutgoingDependencies orders the results by outgoing_dependencies terms.
func ByOutgoingDependenciesCount ¶
func ByOutgoingDependenciesCount(opts ...sql.OrderTermOption) OrderOption
ByOutgoingDependenciesCount orders the results by outgoing_dependencies count.
func ByParentField ¶
func ByParentField(field string, opts ...sql.OrderTermOption) OrderOption
ByParentField orders the results by parent field.
func ByParentTicketID ¶
func ByParentTicketID(opts ...sql.OrderTermOption) OrderOption
ByParentTicketID orders the results by the parent_ticket_id field.
func ByPauseReason ¶
func ByPauseReason(opts ...sql.OrderTermOption) OrderOption
ByPauseReason orders the results by the pause_reason field.
func ByPriority ¶
func ByPriority(opts ...sql.OrderTermOption) OrderOption
ByPriority orders the results by the priority field.
func ByProjectField ¶
func ByProjectField(field string, opts ...sql.OrderTermOption) OrderOption
ByProjectField orders the results by project field.
func ByProjectID ¶
func ByProjectID(opts ...sql.OrderTermOption) OrderOption
ByProjectID orders the results by the project_id field.
func ByRepoScopes ¶
func ByRepoScopes(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
ByRepoScopes orders the results by repo_scopes terms.
func ByRepoScopesCount ¶
func ByRepoScopesCount(opts ...sql.OrderTermOption) OrderOption
ByRepoScopesCount orders the results by repo_scopes count.
func ByRepoWorkspaces ¶
func ByRepoWorkspaces(term sql.OrderTerm, terms ...sql.OrderTerm) OrderOption
ByRepoWorkspaces orders the results by repo_workspaces terms.
func ByRepoWorkspacesCount ¶
func ByRepoWorkspacesCount(opts ...sql.OrderTermOption) OrderOption
ByRepoWorkspacesCount orders the results by repo_workspaces count.
func ByRetryPaused ¶
func ByRetryPaused(opts ...sql.OrderTermOption) OrderOption
ByRetryPaused orders the results by the retry_paused field.
func ByRetryToken ¶
func ByRetryToken(opts ...sql.OrderTermOption) OrderOption
ByRetryToken orders the results by the retry_token field.
func ByStallCount ¶
func ByStallCount(opts ...sql.OrderTermOption) OrderOption
ByStallCount orders the results by the stall_count field.
func ByStartedAt ¶
func ByStartedAt(opts ...sql.OrderTermOption) OrderOption
ByStartedAt orders the results by the started_at field.
func ByStatusField ¶
func ByStatusField(field string, opts ...sql.OrderTermOption) OrderOption
ByStatusField orders the results by status field.
func ByStatusID ¶
func ByStatusID(opts ...sql.OrderTermOption) OrderOption
ByStatusID orders the results by the status_id field.
func ByTargetMachineField ¶
func ByTargetMachineField(field string, opts ...sql.OrderTermOption) OrderOption
ByTargetMachineField orders the results by target_machine field.
func ByTargetMachineID ¶
func ByTargetMachineID(opts ...sql.OrderTermOption) OrderOption
ByTargetMachineID orders the results by the target_machine_id field.
func ByTitle ¶
func ByTitle(opts ...sql.OrderTermOption) OrderOption
ByTitle orders the results by the title field.
func ByType ¶
func ByType(opts ...sql.OrderTermOption) OrderOption
ByType orders the results by the type field.
func ByWorkflowField ¶
func ByWorkflowField(field string, opts ...sql.OrderTermOption) OrderOption
ByWorkflowField orders the results by workflow field.
func ByWorkflowID ¶
func ByWorkflowID(opts ...sql.OrderTermOption) OrderOption
ByWorkflowID orders the results by the workflow_id field.