Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppSetting ¶
type DatabaseSetting ¶
type DatabaseSetting struct { DBType string UserName string Password string Host string DBName string TablePrefix string Charset string ParseTime bool MaxIdleConns int MaxOpenConns int }
func NewDBSetting ¶
func NewDBSetting() DatabaseSetting
type EmailSetting ¶
type ServerSetting ¶
type Setting ¶
type Setting struct {
// contains filtered or unexported fields
}
func NewSetting ¶
func (*Setting) ReadSection ¶
func (*Setting) ReloadAllSection ¶
func (*Setting) WatchSettingChange ¶
func (s *Setting) WatchSettingChange()
type SmsSetting ¶
Click to show internal directories.
Click to hide internal directories.