Versions in this module Expand all Collapse all v0 v0.0.2 Sep 20, 2024 v0.0.1 Sep 20, 2024 Changes in this version + type Bar interface + type BarImpl struct + MyProp string + func (rcv *BarImpl) GetMyProp() string + type Foo interface + GetMyProp func() string + type Override struct + Foo Foo + func Load(ctx context.Context, evaluator pkl.Evaluator, source *pkl.ModuleSource) (*Override, error) + func LoadFromPath(ctx context.Context, path string) (ret *Override, err error)