package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Apr 30, 2019
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Configuration struct {
Server *Server
}
Configuration holds data necessery for configuring application
Load returns Configuration struct
type Server struct {
Port string `envconfig:"port" default:"5000"`
}
Server holds data necessery for server configuration
Source Files
¶
Click to show internal directories.
Click to hide internal directories.