extendabstractclass

package
v0.5.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 2, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Code generated from Pkl module `ExtendsAbstractClass`. DO NOT EDIT.

Code generated from Pkl module `ExtendsAbstractClass`. DO NOT EDIT.

Code generated from Pkl module `ExtendsAbstractClass`. DO NOT EDIT.

Code generated from Pkl module `ExtendsAbstractClass`. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type A

type A interface {
	GetB() string
}

type B

type B interface {
	A

	GetC() string
}

type BImpl

type BImpl struct {
	B string `pkl:"b"`

	C string `pkl:"c"`
}

func (*BImpl) GetB

func (rcv *BImpl) GetB() string

func (*BImpl) GetC

func (rcv *BImpl) GetC() string

type ExtendsAbstractClass

type ExtendsAbstractClass struct {
	A A `pkl:"a"`
}

func Load

func Load(ctx context.Context, evaluator pkl.Evaluator, source *pkl.ModuleSource) (*ExtendsAbstractClass, error)

Load loads the pkl module at the given source and evaluates it with the given evaluator into a ExtendsAbstractClass

func LoadFromPath

func LoadFromPath(ctx context.Context, path string) (ret *ExtendsAbstractClass, err error)

LoadFromPath loads the pkl module at the given path and evaluates it into a ExtendsAbstractClass

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL