Documentation
¶
Index ¶
- type Source
- func (Source) Analyze(ctx context.Context, sourceDir string, rawDir string, ...) (src.Analysis, error)
- func (Source) Load(ctx context.Context, conversation conv.Conversation) (conv.Session, error)
- func (Source) Provider() conv.Provider
- func (Source) ResolveIncremental(ctx context.Context, _ string, changedRawPaths []string, ...) (src.IncrementalResolution, error)
- func (Source) ResumeCommand(target conv.ResumeTarget) (*exec.Cmd, error)
- func (Source) Scan(ctx context.Context, rawDir string) ([]conv.Conversation, error)
- func (Source) SyncCandidates(ctx context.Context, sourceDir string, rawDir string) ([]src.SyncCandidate, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Source ¶
type Source struct{}
func (Source) ResolveIncremental ¶
func (Source) ResolveIncremental( ctx context.Context, _ string, changedRawPaths []string, lookup src.IncrementalLookup, ) (src.IncrementalResolution, error)
func (Source) ResumeCommand ¶
func (Source) SyncCandidates ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.