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 MySubclass interface + GetFoo func() string + type MySubclassImpl struct + Foo string + func (rcv *MySubclassImpl) GetFoo() string + type Override2 interface + GetFoo func() string + func Load(ctx context.Context, evaluator pkl.Evaluator, source *pkl.ModuleSource) (Override2, error) + func LoadFromPath(ctx context.Context, path string) (ret Override2, err error) + type Override2Impl struct + Foo string + func (rcv *Override2Impl) GetFoo() string