Versions in this module Expand all Collapse all v0 v0.12.1 Nov 10, 2025 v0.12.0 Nov 5, 2025 v0.11.1 Aug 11, 2025 v0.11.0 Jul 28, 2025 Changes in this version type A + GetC func() lib3.GoGoGo type B + GetE func() cities.Cities + type C interface + GetD func() string + type CImpl struct + B string + C lib3.GoGoGo + D string + E cities.Cities + func (rcv CImpl) GetB() string + func (rcv CImpl) GetC() lib3.GoGoGo + func (rcv CImpl) GetD() string + func (rcv CImpl) GetE() cities.Cities v0.10.0 Apr 3, 2025 v0.9.0 Dec 18, 2024 v0.8.1 Oct 10, 2024 v0.8.0 Jul 4, 2024 v0.7.0 Jun 6, 2024 v0.6.0 Mar 11, 2024 v0.5.3 Feb 9, 2024 v0.5.2 Feb 8, 2024 v0.5.1 Feb 2, 2024 v0.5.0 Feb 2, 2024 Changes in this version + type A interface + GetB func() string + type B interface + GetC func() string + type BImpl struct + B string + C string + func (rcv *BImpl) GetB() string + func (rcv *BImpl) GetC() string + type ExtendsAbstractClass struct + A A + func Load(ctx context.Context, evaluator pkl.Evaluator, source *pkl.ModuleSource) (*ExtendsAbstractClass, error) + func LoadFromPath(ctx context.Context, path string) (ret *ExtendsAbstractClass, err error)