Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Apps ¶
type Apps struct { // 倉庫 位置 Store string // 停止進程 超時時間 Kill time.Duration // 套件 自動更新 時間 如果爲空則 不自動更新 // #分鐘 小時 號數 月份 周星期 // #[0,59] [0,23] [1,31] [1~12] [0,7] 0==7==星期天 Update []string // 禁用 自動 更新 DisableUpdate bool }
Apps 套件 定義
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 日誌 配置
type Server ¶
type Server struct { // 服務器 地址 Addr string // 是否使用 ssl 加密 SSL bool // 不驗證 ssl 證書 SkipVerify bool // 如果 不爲 0 定時 Ping 服務器 以免 tcp 斷線 (單位:秒) Ping time.Duration }
Server tcp 服務器 配置
Click to show internal directories.
Click to hide internal directories.