Documentation
¶
Overview ¶
Package domain holds provider-independent business concepts.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Confidence ¶
type Confidence string
const ( ConfidenceExact Confidence = "exact" ConfidenceHigh Confidence = "high" ConfidenceUnknown Confidence = "unknown" )
type ProjectLocation ¶
type RawEvent ¶
type RawEvent struct {
ID string
Source string
SessionID string
EventType string
OccurredAt time.Time
ProjectID string
ProjectLocationID string
WorkContextID string
ResolutionMethod ResolutionMethod
ResolutionConfidence Confidence
EvidenceJSON string
PayloadJSONSanitized string
PreviousEventHash string
EventHash string
}
type ResolutionMethod ¶
type ResolutionMethod string
const ( ResolutionExplicit ResolutionMethod = "explicit" ResolutionEnvironment ResolutionMethod = "environment" ResolutionCWD ResolutionMethod = "cwd" ResolutionGitRoot ResolutionMethod = "git_root" ResolutionPath ResolutionMethod = "registered_path" ResolutionUnresolved ResolutionMethod = "unresolved" )
type UsageAllocation ¶
type WorkContext ¶
Click to show internal directories.
Click to hide internal directories.