package
Version:
v0.8.1
Opens a new window with list of versions in this module.
Published: Oct 10, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Code generated from Pkl module `override`. DO NOT EDIT.
Code generated from Pkl module `override`. DO NOT EDIT.
Code generated from Pkl module `override`. DO NOT EDIT.
Code generated from Pkl module `override`. DO NOT EDIT.
type Bar interface {
Foo
}
type BarImpl struct {
MyProp string `pkl:"myProp"`
}
type Foo interface {
GetMyProp() string
}
type Override struct {
Foo Foo `pkl:"foo"`
}
Load loads the pkl module at the given source and evaluates it with the given evaluator into a Override
LoadFromPath loads the pkl module at the given path and evaluates it into a Override
Source Files
¶
Click to show internal directories.
Click to hide internal directories.