Documentation
¶
Overview ¶
Code generated from Pkl module `Config`. DO NOT EDIT.
Code generated from Pkl module `Config`. DO NOT EDIT.
Code generated from Pkl module `Config`. DO NOT EDIT.
Code generated from Pkl module `Config`. DO NOT EDIT.
Code generated from Pkl module `Config`. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Host string `pkl:"host"` Port uint16 `pkl:"port"` Cors *Cors `pkl:"cors"` WebRTC *WebRTC `pkl:"webRTC"` LogLevel loglevel.LogLevel `pkl:"logLevel"` }
Configuration for the application.
type Cors ¶
type Cors struct { AllowOrigins []string `pkl:"allowOrigins"` AllowMethods []string `pkl:"allowMethods"` }
CORS configuration for the application.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.