package
Version:
v0.8.0
Opens a new window with list of versions in this module.
Published: Jul 4, 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 `dynamic`. DO NOT EDIT.
Code generated from Pkl module `dynamic`. DO NOT EDIT.
Code generated from Pkl module `dynamic`. DO NOT EDIT.
type Dynamic struct {
Res1 *pkl.Object `pkl:"res1"`
}
Load loads the pkl module at the given source and evaluates it with the given evaluator into a Dynamic
LoadFromPath loads the pkl module at the given path and evaluates it into a Dynamic
type MyClass struct {
MyValue int `pkl:"myValue"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.