package
Version:
v0.0.0-...-7c366a7
Opens a new window with list of versions in this module.
Published: Apr 7, 2024
License: MIT
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 `Data`. DO NOT EDIT.
Code generated from Pkl module `Data`. DO NOT EDIT.
Code generated from Pkl module `Data`. DO NOT EDIT.
Code generated from Pkl module `Data`. DO NOT EDIT.
Code generated from Pkl module `Data`. DO NOT EDIT.
type Component struct {
Name string `pkl:"name"`
Description string `pkl:"description"`
Url string `pkl:"url"`
}
type Data struct {
Title string `pkl:"title"`
Env string `pkl:"env"`
Groups []*Group `pkl:"groups"`
}
Load loads the pkl module at the given source and evaluates it with the given evaluator into a Data
LoadFromPath loads the pkl module at the given path and evaluates it into a Data
type Group struct {
Name string `pkl:"name"`
Sort int `pkl:"sort"`
Cols int `pkl:"cols"`
Services []*Service `pkl:"services"`
}
type Service struct {
Name string `pkl:"name"`
Description string `pkl:"description"`
Url string `pkl:"url"`
Components []*Component `pkl:"components"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.