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 `any`. DO NOT EDIT.
Code generated from Pkl module `any`. DO NOT EDIT.
Code generated from Pkl module `any`. DO NOT EDIT.
type Any struct {
Res1 any `pkl:"res1"`
Res2 any `pkl:"res2"`
Res3 any `pkl:"res3"`
}
Load loads the pkl module at the given source and evaluates it with the given evaluator into a Any
LoadFromPath loads the pkl module at the given path and evaluates it into a Any
type Person struct {
Name string `pkl:"name"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.