package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Dec 10, 2018
License: MIT
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
¶
SetPath set config file path
type Config struct {
HTTP struct {
Port int `json:"port"`
} `json:"http"`
Logger struct {
Level string `json:"level"`
} `json:"logger"`
Sender struct {
MailGun MailGun `json:"mailgun"`
} `json:"sender"`
}
Config service config
type MailGun struct {
Domain string `json:"domain"`
APIKey string `json:"apiKey"`
}
MailGun mailgun config
Source Files
¶
Click to show internal directories.
Click to hide internal directories.