package
Version:
v0.7.0
Opens a new window with list of versions in this module.
Published: Jun 6, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Code generated from Pkl module `lib4`. DO NOT EDIT.
Code generated from Pkl module `lib4`. DO NOT EDIT.
Code generated from Pkl module `lib4`. DO NOT EDIT.
type Lib4 struct {
Bar string `pkl:"bar"`
}
Load loads the pkl module at the given source and evaluates it with the given evaluator into a Lib4
LoadFromPath loads the pkl module at the given path and evaluates it into a Lib4
type MyLib4 struct {
Foo *Lib4 `pkl:"foo"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.