Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMissingDependency = errors.New("missing dependency")
Functions ¶
func FullyComputeValue ¶
Types ¶
type Computer ¶
type Computer interface { ComputeMessageValue(ctx context.Context, key proto.Message, e Environment) (model_core.PatchedMessage[proto.Message, dag.ObjectContentsWalker], error) ComputeNativeValue(ctx context.Context, key proto.Message, e Environment) (any, error) }
type Environment ¶
type ValueChildrenStorer ¶
type ValueChildrenStorer func(references []object.LocalReference, objectContentsWalkers []dag.ObjectContentsWalker) error
Click to show internal directories.
Click to hide internal directories.