Documentation
¶
Index ¶
- type AnalyticsEvent
- type ApprovalRule
- type BacklogItem
- type BacklogStatusEvent
- type ClassificationAnalytics
- type ClaudeMetadata
- type ClaudeSession
- type DiffStats
- type ErrorEvent
- type EscapeEvent
- type ItemSession
- type ItemSource
- type Project
- type ReviewVerdict
- type Session
- type SessionGoal
- type Shell
- type SourceSyncEvent
- type Tag
- type Workflow
- type Worktree
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnalyticsEvent ¶ added in v1.35.0
AnalyticsEvent holds the schema definition for the AnalyticsEvent entity.
func (AnalyticsEvent) Fields ¶ added in v1.35.0
func (AnalyticsEvent) Fields() []ent.Field
Fields of the AnalyticsEvent.
func (AnalyticsEvent) Indexes ¶ added in v1.35.0
func (AnalyticsEvent) Indexes() []ent.Index
Indexes of the AnalyticsEvent.
type ApprovalRule ¶ added in v1.12.0
ApprovalRule holds the schema definition for the ApprovalRule entity.
func (ApprovalRule) Edges ¶ added in v1.12.0
func (ApprovalRule) Edges() []ent.Edge
Edges of the ApprovalRule.
func (ApprovalRule) Fields ¶ added in v1.12.0
func (ApprovalRule) Fields() []ent.Field
Fields of the ApprovalRule.
func (ApprovalRule) Indexes ¶ added in v1.12.0
func (ApprovalRule) Indexes() []ent.Index
Indexes of the ApprovalRule.
type BacklogItem ¶ added in v1.35.0
BacklogItem holds the schema definition for the BacklogItem entity.
func (BacklogItem) Edges ¶ added in v1.35.0
func (BacklogItem) Edges() []ent.Edge
Edges of the BacklogItem.
func (BacklogItem) Fields ¶ added in v1.35.0
func (BacklogItem) Fields() []ent.Field
Fields of the BacklogItem.
func (BacklogItem) Indexes ¶ added in v1.35.0
func (BacklogItem) Indexes() []ent.Index
Indexes of the BacklogItem.
type BacklogStatusEvent ¶ added in v1.35.0
BacklogStatusEvent is an append-only log of backlog item status transitions.
func (BacklogStatusEvent) Edges ¶ added in v1.35.0
func (BacklogStatusEvent) Edges() []ent.Edge
func (BacklogStatusEvent) Fields ¶ added in v1.35.0
func (BacklogStatusEvent) Fields() []ent.Field
func (BacklogStatusEvent) Indexes ¶ added in v1.35.0
func (BacklogStatusEvent) Indexes() []ent.Index
type ClassificationAnalytics ¶ added in v1.12.0
ClassificationAnalytics holds the schema definition for the ClassificationAnalytics entity.
func (ClassificationAnalytics) Edges ¶ added in v1.12.0
func (ClassificationAnalytics) Edges() []ent.Edge
Edges of the ClassificationAnalytics.
func (ClassificationAnalytics) Fields ¶ added in v1.12.0
func (ClassificationAnalytics) Fields() []ent.Field
Fields of the ClassificationAnalytics.
func (ClassificationAnalytics) Indexes ¶ added in v1.12.0
func (ClassificationAnalytics) Indexes() []ent.Index
Indexes of the ClassificationAnalytics.
type ClaudeMetadata ¶
ClaudeMetadata holds the schema definition for the ClaudeMetadata entity.
func (ClaudeMetadata) Fields ¶
func (ClaudeMetadata) Fields() []ent.Field
Fields of the ClaudeMetadata.
type ClaudeSession ¶
ClaudeSession holds the schema definition for the ClaudeSession entity.
func (ClaudeSession) Fields ¶
func (ClaudeSession) Fields() []ent.Field
Fields of the ClaudeSession.
type ErrorEvent ¶ added in v1.35.0
ErrorEvent holds the schema definition for the ErrorEvent entity.
func (ErrorEvent) Fields ¶ added in v1.35.0
func (ErrorEvent) Fields() []ent.Field
Fields of the ErrorEvent.
func (ErrorEvent) Indexes ¶ added in v1.35.0
func (ErrorEvent) Indexes() []ent.Index
Indexes of the ErrorEvent.
type EscapeEvent ¶ added in v1.35.0
EscapeEvent holds the schema for a terminal escape sequence observation.
func (EscapeEvent) Fields ¶ added in v1.35.0
func (EscapeEvent) Fields() []ent.Field
func (EscapeEvent) Indexes ¶ added in v1.35.0
func (EscapeEvent) Indexes() []ent.Index
type ItemSession ¶ added in v1.35.0
ItemSession holds the schema definition for the ItemSession entity.
func (ItemSession) Edges ¶ added in v1.35.0
func (ItemSession) Edges() []ent.Edge
Edges of the ItemSession.
func (ItemSession) Fields ¶ added in v1.35.0
func (ItemSession) Fields() []ent.Field
Fields of the ItemSession.
func (ItemSession) Indexes ¶ added in v1.35.0
func (ItemSession) Indexes() []ent.Index
Indexes of the ItemSession.
type ItemSource ¶ added in v1.35.0
ItemSource holds the schema definition for the ItemSource entity.
func (ItemSource) Edges ¶ added in v1.35.0
func (ItemSource) Edges() []ent.Edge
Edges of the ItemSource.
func (ItemSource) Fields ¶ added in v1.35.0
func (ItemSource) Fields() []ent.Field
Fields of the ItemSource.
func (ItemSource) Indexes ¶ added in v1.35.0
func (ItemSource) Indexes() []ent.Index
Indexes of the ItemSource.
type ReviewVerdict ¶ added in v1.35.0
ReviewVerdict holds the schema definition for the ReviewVerdict entity.
func (ReviewVerdict) Edges ¶ added in v1.35.0
func (ReviewVerdict) Edges() []ent.Edge
Edges of the ReviewVerdict.
func (ReviewVerdict) Fields ¶ added in v1.35.0
func (ReviewVerdict) Fields() []ent.Field
Fields of the ReviewVerdict.
func (ReviewVerdict) Indexes ¶ added in v1.35.0
func (ReviewVerdict) Indexes() []ent.Index
Indexes of the ReviewVerdict.
type SessionGoal ¶ added in v1.35.0
SessionGoal holds the schema definition for the SessionGoal entity. Stores the current goal, status, and task tree for a session (1:1 per session).
func (SessionGoal) Edges ¶ added in v1.35.0
func (SessionGoal) Edges() []ent.Edge
Edges of the SessionGoal.
func (SessionGoal) Fields ¶ added in v1.35.0
func (SessionGoal) Fields() []ent.Field
Fields of the SessionGoal.
func (SessionGoal) Indexes ¶ added in v1.35.0
func (SessionGoal) Indexes() []ent.Index
Indexes of the SessionGoal.
type Shell ¶ added in v1.35.0
Shell holds the schema definition for the Shell entity. A Shell is an independent sibling tmux session attached to a parent Session. Each shell is named {parentPrefix}_shell_{shellUUID} in tmux.
type SourceSyncEvent ¶ added in v1.35.0
SourceSyncEvent holds the schema definition for the SourceSyncEvent entity.
func (SourceSyncEvent) Edges ¶ added in v1.35.0
func (SourceSyncEvent) Edges() []ent.Edge
Edges of the SourceSyncEvent.
func (SourceSyncEvent) Fields ¶ added in v1.35.0
func (SourceSyncEvent) Fields() []ent.Field
Fields of the SourceSyncEvent.
func (SourceSyncEvent) Indexes ¶ added in v1.35.0
func (SourceSyncEvent) Indexes() []ent.Index
Indexes of the SourceSyncEvent.
Source Files
¶
- analytics_event.go
- approvalrule.go
- backlog_item.go
- backlog_status_event.go
- classificationanalytics.go
- claudemetadata.go
- claudesession.go
- diffstats.go
- error_event.go
- escape_event.go
- item_session.go
- item_source.go
- project.go
- review_verdict.go
- session.go
- session_goal.go
- shell.go
- source_sync_event.go
- tag.go
- workflow.go
- worktree.go