package
Version:
v0.0.0-...-a8786dc
Opens a new window with list of versions in this module.
Published: Jul 10, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Server *Server
SecretKey string `mapstructure:"secret_key"`
}
type Server struct {
Port int
DbConn string `mapstructure:"db_conn"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.