Documentation
¶
Index ¶
- type ActivityEvent
- type Agent
- type AgentProvider
- type AgentRun
- type AgentStepEvent
- type AgentToken
- type AgentTraceEvent
- type ApprovalPolicyRule
- type AuthAuditEvent
- type BrowserSession
- type ChatConversation
- type ChatEntry
- type ChatPendingInterrupt
- type ChatTurn
- type InstanceAuthConfig
- type LocalBootstrapAuthRequest
- type Machine
- type MachineChannelToken
- type NotificationChannel
- type NotificationRule
- type Organization
- type OrganizationDailyTokenUsage
- type OrganizationInvitation
- type OrganizationMembership
- type Project
- type ProjectConversationPrincipal
- type ProjectConversationRun
- type ProjectConversationStepEvent
- type ProjectConversationTraceEvent
- type ProjectRepo
- type ProjectUpdateComment
- type ProjectUpdateCommentRevision
- type ProjectUpdateThread
- type ProjectUpdateThreadRevision
- type RoleBinding
- type ScheduledJob
- type Secret
- type SecretBinding
- type Skill
- type SkillBlob
- type SkillVersion
- type SkillVersionFile
- type Ticket
- type TicketComment
- type TicketCommentRevision
- type TicketDependency
- type TicketExternalLink
- type TicketRepoScope
- type TicketRepoWorkspace
- type TicketStatus
- type User
- type UserGroupMembership
- type UserIdentity
- type Workflow
- type WorkflowSkillBinding
- type WorkflowVersion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActivityEvent ¶
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 AgentProvider ¶
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 ¶
AgentRun defines the ent schema for runtime-managed agent execution records.
type AgentStepEvent ¶
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 ¶
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 ¶
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 ¶
func (ApprovalPolicyRule) Fields ¶
func (ApprovalPolicyRule) Fields() []ent.Field
func (ApprovalPolicyRule) Indexes ¶
func (ApprovalPolicyRule) Indexes() []ent.Index
type AuthAuditEvent ¶ added in v0.3.0
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 ¶
func (BrowserSession) Fields ¶
func (BrowserSession) Fields() []ent.Field
func (BrowserSession) Indexes ¶
func (BrowserSession) Indexes() []ent.Index
type ChatConversation ¶
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 ¶
ChatEntry stores one append-only transcript item for a project conversation.
type ChatPendingInterrupt ¶
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 ¶
ChatTurn stores one user-originated turn inside a project conversation.
type InstanceAuthConfig ¶ added in v0.3.0
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
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 ¶
Machine defines the ent schema for organization-scoped execution machines.
type MachineChannelToken ¶
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 ¶
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 ¶
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 ¶
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 ¶
OrganizationDailyTokenUsage defines persisted UTC-day token aggregates per organization.
func (OrganizationDailyTokenUsage) Edges ¶
func (OrganizationDailyTokenUsage) Edges() []ent.Edge
func (OrganizationDailyTokenUsage) Fields ¶
func (OrganizationDailyTokenUsage) Fields() []ent.Field
func (OrganizationDailyTokenUsage) Indexes ¶
func (OrganizationDailyTokenUsage) Indexes() []ent.Index
type OrganizationInvitation ¶ added in v0.3.0
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
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 ¶
Project defines the ent schema for projects.
type ProjectConversationPrincipal ¶
ProjectConversationPrincipal defines the runtime principal for one persistent project conversation.
func (ProjectConversationPrincipal) Fields ¶
func (ProjectConversationPrincipal) Fields() []ent.Field
func (ProjectConversationPrincipal) Indexes ¶
func (ProjectConversationPrincipal) Indexes() []ent.Index
type ProjectConversationRun ¶
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 ¶
ProjectConversationStepEvent defines human-readable runtime step changes for project conversations.
func (ProjectConversationStepEvent) Fields ¶
func (ProjectConversationStepEvent) Fields() []ent.Field
func (ProjectConversationStepEvent) Indexes ¶
func (ProjectConversationStepEvent) Indexes() []ent.Index
type ProjectConversationTraceEvent ¶
ProjectConversationTraceEvent defines fine-grained runtime output for project conversation execution.
func (ProjectConversationTraceEvent) Fields ¶
func (ProjectConversationTraceEvent) Fields() []ent.Field
func (ProjectConversationTraceEvent) Indexes ¶
func (ProjectConversationTraceEvent) Indexes() []ent.Index
type ProjectRepo ¶
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 ¶
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 ¶
ProjectUpdateCommentRevision stores immutable snapshots for each saved comment version.
func (ProjectUpdateCommentRevision) Edges ¶
func (ProjectUpdateCommentRevision) Edges() []ent.Edge
Edges returns the ProjectUpdateCommentRevision schema edges.
func (ProjectUpdateCommentRevision) Fields ¶
func (ProjectUpdateCommentRevision) Fields() []ent.Field
Fields returns the ProjectUpdateCommentRevision schema fields.
func (ProjectUpdateCommentRevision) Indexes ¶
func (ProjectUpdateCommentRevision) Indexes() []ent.Index
Indexes returns the ProjectUpdateCommentRevision schema indexes.
type ProjectUpdateThread ¶
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 ¶
ProjectUpdateThreadRevision stores immutable snapshots for each saved thread version.
func (ProjectUpdateThreadRevision) Edges ¶
func (ProjectUpdateThreadRevision) Edges() []ent.Edge
Edges returns the ProjectUpdateThreadRevision schema edges.
func (ProjectUpdateThreadRevision) Fields ¶
func (ProjectUpdateThreadRevision) Fields() []ent.Field
Fields returns the ProjectUpdateThreadRevision schema fields.
func (ProjectUpdateThreadRevision) Indexes ¶
func (ProjectUpdateThreadRevision) Indexes() []ent.Index
Indexes returns the ProjectUpdateThreadRevision schema indexes.
type RoleBinding ¶
func (RoleBinding) Fields ¶
func (RoleBinding) Fields() []ent.Field
func (RoleBinding) Indexes ¶
func (RoleBinding) Indexes() []ent.Index
type ScheduledJob ¶
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 SecretBinding ¶ added in v0.3.0
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 SkillVersion ¶
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 ¶
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 TicketComment ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 ¶
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 UserGroupMembership ¶
func (UserGroupMembership) Fields ¶
func (UserGroupMembership) Fields() []ent.Field
func (UserGroupMembership) Indexes ¶
func (UserGroupMembership) Indexes() []ent.Index
type UserIdentity ¶
func (UserIdentity) Fields ¶
func (UserIdentity) Fields() []ent.Field
func (UserIdentity) Indexes ¶
func (UserIdentity) Indexes() []ent.Index
type WorkflowSkillBinding ¶
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 ¶
func (WorkflowVersion) Edges ¶
func (WorkflowVersion) Edges() []ent.Edge
func (WorkflowVersion) Fields ¶
func (WorkflowVersion) Fields() []ent.Field
func (WorkflowVersion) Indexes ¶
func (WorkflowVersion) Indexes() []ent.Index
Source Files
¶
- activityevent.go
- agent.go
- agentprovider.go
- agentrun.go
- agentstepevent.go
- agenttoken.go
- agenttraceevent.go
- approvalpolicyrule.go
- authauditevent.go
- browsersession.go
- chatconversation.go
- chatentry.go
- chatpendinginterrupt.go
- chatturn.go
- common.go
- instanceauthconfig.go
- localbootstrapauthrequest.go
- machine.go
- machinechanneltoken.go
- notificationchannel.go
- notificationrule.go
- organization.go
- organizationdailytokenusage.go
- organizationinvitation.go
- organizationmembership.go
- project.go
- projectconversationprincipal.go
- projectconversationrun.go
- projectconversationstepevent.go
- projectconversationtraceevent.go
- projectrepo.go
- projectupdatecomment.go
- projectupdatecommentrevision.go
- projectupdatethread.go
- projectupdatethreadrevision.go
- rolebinding.go
- scheduledjob.go
- secret.go
- secretbinding.go
- skill.go
- skillblob.go
- skillversion.go
- skillversionfile.go
- ticket.go
- ticketcomment.go
- ticketcommentrevision.go
- ticketdependency.go
- ticketexternallink.go
- ticketreposcope.go
- ticketrepoworkspace.go
- ticketstatus.go
- user.go
- usergroupmembership.go
- useridentity.go
- workflow.go
- workflowskillbinding.go
- workflowversion.go