Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resolution ¶
type Source ¶
type Source int
const ( SourceDefault Source = iota SourceEnvLANG SourceGlobalConfig SourceRepoConfig // SourceCLIFlag is the highest-priority step in the D-21 chain: when the // user explicitly passes --lang on the command line, that wins over all // other sources. Resolve() does not return it directly (it has no access // to flags); callers apply the override after Resolve() and stamp this // Source so dry-run and verbose footer attribution stay accurate. SourceCLIFlag )
Click to show internal directories.
Click to hide internal directories.