Documentation
¶
Index ¶
Constants ¶
View Source
const PlaygroundFile = "play.jsonnet"
Providing a name for error message purposes, this has no use expect to provide more presentable error messages as it shows the error being in 'play.jsonnet', as opposed to no file name.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Server address binding Address string // appended to this value. // // In short, this value should be how the application is accessed. ShareDomain string }
Config contains server configuration
Click to show internal directories.
Click to hide internal directories.