Documentation
¶
Overview ¶
Code generated from Pkl module `org.pkl.golang.example.AppConfig`. DO NOT EDIT.
Code generated from Pkl module `org.pkl.golang.example.AppConfig`. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppConfig ¶
type AppConfig struct { // The host to listen on Host string `pkl:"host"` // The application port to listen on Port int `pkl:"port"` }
Click to show internal directories.
Click to hide internal directories.