Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Server is a struct that holds the configuration for the server Server ServerConfig }
Config is a struct that holds the configuration for the application
type ServerConfig ¶
type ServerConfig struct { // Host is the host that the server will listen on Host string // Port is the port that the server will listen on Port int }
ServerConfig is a struct that holds the configuration for the server
Click to show internal directories.
Click to hide internal directories.