Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
type DB struct { // 連接字符串 Str string // 是否要顯示sql指令 Show bool // ping 數據庫 間隔 單位 分鐘 Ping time.Duration // 連接池 最大連接 < 1 無限制 MaxOpen int // 連接池 最大 空閒 連接 < 1 不允許空閒連接 MaxIdle int // 如果為0 使用 默認值 如果小於0 將不啟用緩存 Cache int }
DB 數據庫設置
type Logger ¶
type Logger struct { // 日誌 http 如果爲空 則不啓動 http HTTP string // 日誌 檔案名 Filename string // 單個日誌檔案 大小上限 MB MaxSize int // 保存 多少個 日誌 檔案 MaxBackups int // 保存 多少天內的 日誌 MaxAge int // 要 保存的 日誌 等級 debug info warn error dpanic panic fatal Level string }
Logger 日誌 配置
Click to show internal directories.
Click to hide internal directories.