Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ResolveDeferred ¶ added in v0.0.4
ResolveDeferred resolves a concrete value from a number of different input types, such as pointers, functions, and maps and slices potentially containing more deferred values.
Types ¶
type DeferredValueError ¶ added in v0.0.4
A DeferredValueError is an error type that is returned when a deferred value cannot be resolved.
func (DeferredValueError) Error ¶ added in v0.0.4
func (dve DeferredValueError) Error() string
func (DeferredValueError) WithPrefix ¶ added in v0.0.4
func (dve DeferredValueError) WithPrefix(prefix string) DeferredValueError
WithPrefix prefixes the error's label with an additional string.
Click to show internal directories.
Click to hide internal directories.