Documentation
¶
Overview ¶
Package topicop coordinates command-level topic selection over static or live current-state authority.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LeaseAcquirer ¶ added in v0.50.0
LeaseAcquirer is the narrow mechanism seam used by focused lease tests.
type LoadProject ¶
LoadProject opens the command-selected project inputs as immutable state.
type Outcome ¶ added in v0.46.0
type Outcome struct {
Document presentation.Document
Created []string
}
Outcome retains the semantic document and authored paths created by this run.
func Create ¶
func Create(ctx context.Context, root, domain, title string, loader *project.Loader, acquire LeaseAcquirer) (outcome Outcome, returnErr error)
Create acquires the selected tracked lease before authority and destination planning, then creates each missing intended source exclusively. Exact files from an earlier interrupted run are accepted; differing collisions are not.
type UsageError ¶
type UsageError struct{ Message string }
UsageError identifies an operation-level syntax refusal for command exit mapping.
func (*UsageError) Error ¶
func (e *UsageError) Error() string
Error returns the syntax refusal message.