package
Version:
v0.5.0
Opens a new window with list of versions in this module.
Published: Nov 8, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 25
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
RunServer runs the application server
type Config struct {
Host string `mapstructure:"host" yaml:"host" default:"localhost"`
Port int `mapstructure:"port" yaml:"port" default:"8080"`
EncryptionKey string `mapstructure:"encryption_key" yaml:"encryption_key" default:"_ENCRYPTIONKEY_OF_32_CHARACTERS_"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.