Documentation
¶
Overview ¶
Package deps carries optional, typed dependencies from the assembly layer to the command factories. Keys are declared by the package that owns the value type, so the wiring layer (pkg/commands) never has to import — and therefore never links — the packages whose values it forwards.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
Get returns the value stored under k. The key identity already guarantees the type; the assertion exists only because the backing map is untyped.
Types ¶
Click to show internal directories.
Click to hide internal directories.