schema

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2026 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActivityEvent

type ActivityEvent struct {
	ent.Schema
}

func (ActivityEvent) Edges

func (ActivityEvent) Edges() []ent.Edge

func (ActivityEvent) Fields

func (ActivityEvent) Fields() []ent.Field

func (ActivityEvent) Indexes

func (ActivityEvent) Indexes() []ent.Index

type Agent

type Agent struct {
	ent.Schema
}

Agent defines the ent schema for project agents.

func (Agent) Edges

func (Agent) Edges() []ent.Edge

Edges returns the Agent schema edges.

func (Agent) Fields

func (Agent) Fields() []ent.Field

Fields returns the Agent schema fields.

func (Agent) Indexes

func (Agent) Indexes() []ent.Index

Indexes returns the Agent schema indexes.

type AgentProvider

type AgentProvider struct {
	ent.Schema
}

func (AgentProvider) Edges

func (AgentProvider) Edges() []ent.Edge

func (AgentProvider) Fields

func (AgentProvider) Fields() []ent.Field

func (AgentProvider) Indexes

func (AgentProvider) Indexes() []ent.Index

type AgentRun

type AgentRun struct {
	ent.Schema
}

AgentRun defines the ent schema for runtime-managed agent execution records.

func (AgentRun) Edges

func (AgentRun) Edges() []ent.Edge

Edges returns the AgentRun schema edges.

func (AgentRun) Fields

func (AgentRun) Fields() []ent.Field

Fields returns the AgentRun schema fields.

func (AgentRun) Indexes

func (AgentRun) Indexes() []ent.Index

Indexes returns the AgentRun schema indexes.

type AgentStepEvent

type AgentStepEvent struct {
	ent.Schema
}

AgentStepEvent defines the ent schema for human-readable agent step changes.

func (AgentStepEvent) Edges

func (AgentStepEvent) Edges() []ent.Edge

func (AgentStepEvent) Fields

func (AgentStepEvent) Fields() []ent.Field

func (AgentStepEvent) Indexes

func (AgentStepEvent) Indexes() []ent.Index

type AgentToken

type AgentToken struct {
	ent.Schema
}

func (AgentToken) Edges

func (AgentToken) Edges() []ent.Edge

func (AgentToken) Fields

func (AgentToken) Fields() []ent.Field

func (AgentToken) Indexes

func (AgentToken) Indexes() []ent.Index

type AgentTraceEvent

type AgentTraceEvent struct {
	ent.Schema
}

AgentTraceEvent defines the ent schema for fine-grained agent runtime trace output.

func (AgentTraceEvent) Edges

func (AgentTraceEvent) Edges() []ent.Edge

func (AgentTraceEvent) Fields

func (AgentTraceEvent) Fields() []ent.Field

func (AgentTraceEvent) Indexes

func (AgentTraceEvent) Indexes() []ent.Index

type ApprovalPolicyRule

type ApprovalPolicyRule struct {
	ent.Schema
}

func (ApprovalPolicyRule) Fields

func (ApprovalPolicyRule) Fields() []ent.Field

func (ApprovalPolicyRule) Indexes

func (ApprovalPolicyRule) Indexes() []ent.Index

type AuthAuditEvent added in v0.3.0

type AuthAuditEvent struct {
	ent.Schema
}

func (AuthAuditEvent) Fields added in v0.3.0

func (AuthAuditEvent) Fields() []ent.Field

func (AuthAuditEvent) Indexes added in v0.3.0

func (AuthAuditEvent) Indexes() []ent.Index

type BrowserSession

type BrowserSession struct {
	ent.Schema
}

func (BrowserSession) Fields

func (BrowserSession) Fields() []ent.Field

func (BrowserSession) Indexes

func (BrowserSession) Indexes() []ent.Index

type ChatConversation

type ChatConversation struct {
	ent.Schema
}

ChatConversation stores a persistent direct-chat transcript for project conversations.

func (ChatConversation) Edges

func (ChatConversation) Edges() []ent.Edge

Edges returns the ChatConversation schema edges.

func (ChatConversation) Fields

func (ChatConversation) Fields() []ent.Field

Fields returns the ChatConversation schema fields.

func (ChatConversation) Indexes

func (ChatConversation) Indexes() []ent.Index

Indexes returns the ChatConversation schema indexes.

type ChatEntry

type ChatEntry struct {
	ent.Schema
}

ChatEntry stores one append-only transcript item for a project conversation.

func (ChatEntry) Edges

func (ChatEntry) Edges() []ent.Edge

Edges returns the ChatEntry schema edges.

func (ChatEntry) Fields

func (ChatEntry) Fields() []ent.Field

Fields returns the ChatEntry schema fields.

func (ChatEntry) Indexes

func (ChatEntry) Indexes() []ent.Index

Indexes returns the ChatEntry schema indexes.

type ChatPendingInterrupt

type ChatPendingInterrupt struct {
	ent.Schema
}

ChatPendingInterrupt stores one outstanding provider-native approval or input request.

func (ChatPendingInterrupt) Edges

func (ChatPendingInterrupt) Edges() []ent.Edge

Edges returns the ChatPendingInterrupt schema edges.

func (ChatPendingInterrupt) Fields

func (ChatPendingInterrupt) Fields() []ent.Field

Fields returns the ChatPendingInterrupt schema fields.

func (ChatPendingInterrupt) Indexes

func (ChatPendingInterrupt) Indexes() []ent.Index

Indexes returns the ChatPendingInterrupt schema indexes.

type ChatTurn

type ChatTurn struct {
	ent.Schema
}

ChatTurn stores one user-originated turn inside a project conversation.

func (ChatTurn) Edges

func (ChatTurn) Edges() []ent.Edge

Edges returns the ChatTurn schema edges.

func (ChatTurn) Fields

func (ChatTurn) Fields() []ent.Field

Fields returns the ChatTurn schema fields.

func (ChatTurn) Indexes

func (ChatTurn) Indexes() []ent.Index

Indexes returns the ChatTurn schema indexes.

type InstanceAuthConfig added in v0.3.0

type InstanceAuthConfig struct {
	ent.Schema
}

func (InstanceAuthConfig) Fields added in v0.3.0

func (InstanceAuthConfig) Fields() []ent.Field

func (InstanceAuthConfig) Indexes added in v0.3.0

func (InstanceAuthConfig) Indexes() []ent.Index

type LocalBootstrapAuthRequest added in v0.3.0

type LocalBootstrapAuthRequest struct {
	ent.Schema
}

func (LocalBootstrapAuthRequest) Fields added in v0.3.0

func (LocalBootstrapAuthRequest) Fields() []ent.Field

func (LocalBootstrapAuthRequest) Indexes added in v0.3.0

func (LocalBootstrapAuthRequest) Indexes() []ent.Index

type Machine

type Machine struct {
	ent.Schema
}

Machine defines the ent schema for organization-scoped execution machines.

func (Machine) Edges

func (Machine) Edges() []ent.Edge

Edges returns the Machine schema edges.

func (Machine) Fields

func (Machine) Fields() []ent.Field

Fields returns the Machine schema fields.

func (Machine) Indexes

func (Machine) Indexes() []ent.Index

Indexes returns the Machine schema indexes.

type MachineChannelToken

type MachineChannelToken struct {
	ent.Schema
}

func (MachineChannelToken) Edges

func (MachineChannelToken) Edges() []ent.Edge

func (MachineChannelToken) Fields

func (MachineChannelToken) Fields() []ent.Field

func (MachineChannelToken) Indexes

func (MachineChannelToken) Indexes() []ent.Index

type NotificationChannel

type NotificationChannel struct {
	ent.Schema
}

NotificationChannel defines the ent schema for notification delivery channels.

func (NotificationChannel) Edges

func (NotificationChannel) Edges() []ent.Edge

Edges returns the NotificationChannel schema edges.

func (NotificationChannel) Fields

func (NotificationChannel) Fields() []ent.Field

Fields returns the NotificationChannel schema fields.

func (NotificationChannel) Indexes

func (NotificationChannel) Indexes() []ent.Index

Indexes returns the NotificationChannel schema indexes.

type NotificationRule

type NotificationRule struct {
	ent.Schema
}

NotificationRule defines the ent schema for event-driven notification subscriptions.

func (NotificationRule) Edges

func (NotificationRule) Edges() []ent.Edge

Edges returns the NotificationRule schema edges.

func (NotificationRule) Fields

func (NotificationRule) Fields() []ent.Field

Fields returns the NotificationRule schema fields.

func (NotificationRule) Indexes

func (NotificationRule) Indexes() []ent.Index

Indexes returns the NotificationRule schema indexes.

type Organization

type Organization struct {
	ent.Schema
}

Organization defines the ent schema for organizations.

func (Organization) Edges

func (Organization) Edges() []ent.Edge

Edges returns the Organization schema edges.

func (Organization) Fields

func (Organization) Fields() []ent.Field

Fields returns the Organization schema fields.

func (Organization) Indexes

func (Organization) Indexes() []ent.Index

Indexes returns the Organization schema indexes.

type OrganizationDailyTokenUsage

type OrganizationDailyTokenUsage struct {
	ent.Schema
}

OrganizationDailyTokenUsage defines persisted UTC-day token aggregates per organization.

func (OrganizationDailyTokenUsage) Edges

func (OrganizationDailyTokenUsage) Fields

func (OrganizationDailyTokenUsage) Indexes

type OrganizationInvitation added in v0.3.0

type OrganizationInvitation struct {
	ent.Schema
}

func (OrganizationInvitation) Edges added in v0.3.0

func (OrganizationInvitation) Edges() []ent.Edge

func (OrganizationInvitation) Fields added in v0.3.0

func (OrganizationInvitation) Fields() []ent.Field

func (OrganizationInvitation) Indexes added in v0.3.0

func (OrganizationInvitation) Indexes() []ent.Index

type OrganizationMembership added in v0.3.0

type OrganizationMembership struct {
	ent.Schema
}

func (OrganizationMembership) Edges added in v0.3.0

func (OrganizationMembership) Edges() []ent.Edge

func (OrganizationMembership) Fields added in v0.3.0

func (OrganizationMembership) Fields() []ent.Field

func (OrganizationMembership) Indexes added in v0.3.0

func (OrganizationMembership) Indexes() []ent.Index

type Project

type Project struct {
	ent.Schema
}

Project defines the ent schema for projects.

func (Project) Edges

func (Project) Edges() []ent.Edge

Edges returns the Project schema edges.

func (Project) Fields

func (Project) Fields() []ent.Field

Fields returns the Project schema fields.

func (Project) Indexes

func (Project) Indexes() []ent.Index

Indexes returns the Project schema indexes.

type ProjectConversationPrincipal

type ProjectConversationPrincipal struct {
	ent.Schema
}

ProjectConversationPrincipal defines the runtime principal for one persistent project conversation.

func (ProjectConversationPrincipal) Fields

func (ProjectConversationPrincipal) Indexes

type ProjectConversationRun

type ProjectConversationRun struct {
	ent.Schema
}

ProjectConversationRun defines one observable runtime turn/run for a project conversation principal.

func (ProjectConversationRun) Fields

func (ProjectConversationRun) Fields() []ent.Field

func (ProjectConversationRun) Indexes

func (ProjectConversationRun) Indexes() []ent.Index

type ProjectConversationStepEvent

type ProjectConversationStepEvent struct {
	ent.Schema
}

ProjectConversationStepEvent defines human-readable runtime step changes for project conversations.

func (ProjectConversationStepEvent) Fields

func (ProjectConversationStepEvent) Indexes

type ProjectConversationTraceEvent

type ProjectConversationTraceEvent struct {
	ent.Schema
}

ProjectConversationTraceEvent defines fine-grained runtime output for project conversation execution.

func (ProjectConversationTraceEvent) Fields

func (ProjectConversationTraceEvent) Indexes

type ProjectRepo

type ProjectRepo struct {
	ent.Schema
}

func (ProjectRepo) Edges

func (ProjectRepo) Edges() []ent.Edge

func (ProjectRepo) Fields

func (ProjectRepo) Fields() []ent.Field

func (ProjectRepo) Indexes

func (ProjectRepo) Indexes() []ent.Index

type ProjectUpdateComment

type ProjectUpdateComment struct {
	ent.Schema
}

ProjectUpdateComment stores first-class discussion attached to a project update thread.

func (ProjectUpdateComment) Edges

func (ProjectUpdateComment) Edges() []ent.Edge

Edges returns the ProjectUpdateComment schema edges.

func (ProjectUpdateComment) Fields

func (ProjectUpdateComment) Fields() []ent.Field

Fields returns the ProjectUpdateComment schema fields.

func (ProjectUpdateComment) Indexes

func (ProjectUpdateComment) Indexes() []ent.Index

Indexes returns the ProjectUpdateComment schema indexes.

type ProjectUpdateCommentRevision

type ProjectUpdateCommentRevision struct {
	ent.Schema
}

ProjectUpdateCommentRevision stores immutable snapshots for each saved comment version.

func (ProjectUpdateCommentRevision) Edges

Edges returns the ProjectUpdateCommentRevision schema edges.

func (ProjectUpdateCommentRevision) Fields

Fields returns the ProjectUpdateCommentRevision schema fields.

func (ProjectUpdateCommentRevision) Indexes

Indexes returns the ProjectUpdateCommentRevision schema indexes.

type ProjectUpdateThread

type ProjectUpdateThread struct {
	ent.Schema
}

ProjectUpdateThread stores curated project-level status updates.

func (ProjectUpdateThread) Edges

func (ProjectUpdateThread) Edges() []ent.Edge

Edges returns the ProjectUpdateThread schema edges.

func (ProjectUpdateThread) Fields

func (ProjectUpdateThread) Fields() []ent.Field

Fields returns the ProjectUpdateThread schema fields.

func (ProjectUpdateThread) Indexes

func (ProjectUpdateThread) Indexes() []ent.Index

Indexes returns the ProjectUpdateThread schema indexes.

type ProjectUpdateThreadRevision

type ProjectUpdateThreadRevision struct {
	ent.Schema
}

ProjectUpdateThreadRevision stores immutable snapshots for each saved thread version.

func (ProjectUpdateThreadRevision) Edges

Edges returns the ProjectUpdateThreadRevision schema edges.

func (ProjectUpdateThreadRevision) Fields

Fields returns the ProjectUpdateThreadRevision schema fields.

func (ProjectUpdateThreadRevision) Indexes

Indexes returns the ProjectUpdateThreadRevision schema indexes.

type RoleBinding

type RoleBinding struct {
	ent.Schema
}

func (RoleBinding) Fields

func (RoleBinding) Fields() []ent.Field

func (RoleBinding) Indexes

func (RoleBinding) Indexes() []ent.Index

type ScheduledJob

type ScheduledJob struct {
	ent.Schema
}

ScheduledJob defines the ent schema for scheduled workflow jobs.

func (ScheduledJob) Edges

func (ScheduledJob) Edges() []ent.Edge

Edges returns the ScheduledJob schema edges.

func (ScheduledJob) Fields

func (ScheduledJob) Fields() []ent.Field

Fields returns the ScheduledJob schema fields.

func (ScheduledJob) Indexes

func (ScheduledJob) Indexes() []ent.Index

Indexes returns the ScheduledJob schema indexes.

type Secret added in v0.3.0

type Secret struct {
	ent.Schema
}

Secret defines the ent schema for encrypted scoped secrets.

func (Secret) Edges added in v0.3.0

func (Secret) Edges() []ent.Edge

func (Secret) Fields added in v0.3.0

func (Secret) Fields() []ent.Field

func (Secret) Indexes added in v0.3.0

func (Secret) Indexes() []ent.Index

type SecretBinding added in v0.3.0

type SecretBinding struct {
	ent.Schema
}

SecretBinding defines the ent schema for runtime secret references.

func (SecretBinding) Edges added in v0.3.0

func (SecretBinding) Edges() []ent.Edge

func (SecretBinding) Fields added in v0.3.0

func (SecretBinding) Fields() []ent.Field

func (SecretBinding) Indexes added in v0.3.0

func (SecretBinding) Indexes() []ent.Index

type Skill

type Skill struct {
	ent.Schema
}

func (Skill) Edges

func (Skill) Edges() []ent.Edge

func (Skill) Fields

func (Skill) Fields() []ent.Field

func (Skill) Indexes

func (Skill) Indexes() []ent.Index

type SkillBlob

type SkillBlob struct {
	ent.Schema
}

func (SkillBlob) Edges

func (SkillBlob) Edges() []ent.Edge

func (SkillBlob) Fields

func (SkillBlob) Fields() []ent.Field

func (SkillBlob) Indexes

func (SkillBlob) Indexes() []ent.Index

type SkillVersion

type SkillVersion struct {
	ent.Schema
}

func (SkillVersion) Edges

func (SkillVersion) Edges() []ent.Edge

func (SkillVersion) Fields

func (SkillVersion) Fields() []ent.Field

func (SkillVersion) Indexes

func (SkillVersion) Indexes() []ent.Index

type SkillVersionFile

type SkillVersionFile struct {
	ent.Schema
}

func (SkillVersionFile) Edges

func (SkillVersionFile) Edges() []ent.Edge

func (SkillVersionFile) Fields

func (SkillVersionFile) Fields() []ent.Field

func (SkillVersionFile) Indexes

func (SkillVersionFile) Indexes() []ent.Index

type Ticket

type Ticket struct {
	ent.Schema
}

func (Ticket) Edges

func (Ticket) Edges() []ent.Edge

func (Ticket) Fields

func (Ticket) Fields() []ent.Field

func (Ticket) Indexes

func (Ticket) Indexes() []ent.Index

type TicketComment

type TicketComment struct {
	ent.Schema
}

TicketComment stores first-class user discussion attached to a ticket.

func (TicketComment) Edges

func (TicketComment) Edges() []ent.Edge

Edges returns the TicketComment schema edges.

func (TicketComment) Fields

func (TicketComment) Fields() []ent.Field

Fields returns the TicketComment schema fields.

func (TicketComment) Indexes

func (TicketComment) Indexes() []ent.Index

Indexes returns the TicketComment schema indexes.

type TicketCommentRevision

type TicketCommentRevision struct {
	ent.Schema
}

TicketCommentRevision stores immutable snapshots for each saved comment version.

func (TicketCommentRevision) Edges

func (TicketCommentRevision) Edges() []ent.Edge

Edges returns the TicketCommentRevision schema edges.

func (TicketCommentRevision) Fields

func (TicketCommentRevision) Fields() []ent.Field

Fields returns the TicketCommentRevision schema fields.

func (TicketCommentRevision) Indexes

func (TicketCommentRevision) Indexes() []ent.Index

Indexes returns the TicketCommentRevision schema indexes.

type TicketDependency

type TicketDependency struct {
	ent.Schema
}

TicketDependency defines the ent schema for ticket dependency edges.

func (TicketDependency) Edges

func (TicketDependency) Edges() []ent.Edge

Edges returns the TicketDependency schema edges.

func (TicketDependency) Fields

func (TicketDependency) Fields() []ent.Field

Fields returns the TicketDependency schema fields.

func (TicketDependency) Indexes

func (TicketDependency) Indexes() []ent.Index

Indexes returns the TicketDependency schema indexes.

type TicketExternalLink struct {
	ent.Schema
}

TicketExternalLink defines the ent schema for external ticket links.

func (TicketExternalLink) Edges

func (TicketExternalLink) Edges() []ent.Edge

Edges returns the TicketExternalLink schema edges.

func (TicketExternalLink) Fields

func (TicketExternalLink) Fields() []ent.Field

Fields returns the TicketExternalLink schema fields.

func (TicketExternalLink) Indexes

func (TicketExternalLink) Indexes() []ent.Index

Indexes returns the TicketExternalLink schema indexes.

type TicketRepoScope

type TicketRepoScope struct {
	ent.Schema
}

TicketRepoScope defines the ent schema for per-ticket repository scopes.

func (TicketRepoScope) Edges

func (TicketRepoScope) Edges() []ent.Edge

Edges returns the TicketRepoScope schema edges.

func (TicketRepoScope) Fields

func (TicketRepoScope) Fields() []ent.Field

Fields returns the TicketRepoScope schema fields.

func (TicketRepoScope) Indexes

func (TicketRepoScope) Indexes() []ent.Index

Indexes returns the TicketRepoScope schema indexes.

type TicketRepoWorkspace

type TicketRepoWorkspace struct {
	ent.Schema
}

TicketRepoWorkspace defines the runtime state for one repo inside one ticket execution workspace.

func (TicketRepoWorkspace) Edges

func (TicketRepoWorkspace) Edges() []ent.Edge

func (TicketRepoWorkspace) Fields

func (TicketRepoWorkspace) Fields() []ent.Field

func (TicketRepoWorkspace) Indexes

func (TicketRepoWorkspace) Indexes() []ent.Index

type TicketStatus

type TicketStatus struct {
	ent.Schema
}

func (TicketStatus) Edges

func (TicketStatus) Edges() []ent.Edge

func (TicketStatus) Fields

func (TicketStatus) Fields() []ent.Field

func (TicketStatus) Indexes

func (TicketStatus) Indexes() []ent.Index

type User

type User struct {
	ent.Schema
}

func (User) Edges added in v0.3.0

func (User) Edges() []ent.Edge

func (User) Fields

func (User) Fields() []ent.Field

func (User) Indexes

func (User) Indexes() []ent.Index

type UserGroupMembership

type UserGroupMembership struct {
	ent.Schema
}

func (UserGroupMembership) Fields

func (UserGroupMembership) Fields() []ent.Field

func (UserGroupMembership) Indexes

func (UserGroupMembership) Indexes() []ent.Index

type UserIdentity

type UserIdentity struct {
	ent.Schema
}

func (UserIdentity) Fields

func (UserIdentity) Fields() []ent.Field

func (UserIdentity) Indexes

func (UserIdentity) Indexes() []ent.Index

type Workflow

type Workflow struct {
	ent.Schema
}

func (Workflow) Edges

func (Workflow) Edges() []ent.Edge

func (Workflow) Fields

func (Workflow) Fields() []ent.Field

func (Workflow) Indexes

func (Workflow) Indexes() []ent.Index

type WorkflowSkillBinding

type WorkflowSkillBinding struct {
	ent.Schema
}

func (WorkflowSkillBinding) Edges

func (WorkflowSkillBinding) Edges() []ent.Edge

func (WorkflowSkillBinding) Fields

func (WorkflowSkillBinding) Fields() []ent.Field

func (WorkflowSkillBinding) Indexes

func (WorkflowSkillBinding) Indexes() []ent.Index

type WorkflowVersion

type WorkflowVersion struct {
	ent.Schema
}

func (WorkflowVersion) Edges

func (WorkflowVersion) Edges() []ent.Edge

func (WorkflowVersion) Fields

func (WorkflowVersion) Fields() []ent.Field

func (WorkflowVersion) Indexes

func (WorkflowVersion) Indexes() []ent.Index

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL