Documentation
¶
Overview ¶
Package internal provides internal types and functions for the bootstrap addon.
Most of these are here to avoid dependency cycles, and will have aliases for most of their functionality exposed in the main bootstrap package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AnyInfoKey ¶
type AnyInfoKey interface {
// contains filtered or unexported methods
}
AnyInfoKey is a non-generic interface implemented exclusively by [InfoKey[T]]. It exists so that InfoKeys can be map keys.
type Context ¶
func NewContext ¶
Click to show internal directories.
Click to hide internal directories.