package
Version:
v0.0.0-...-6db71ed
Opens a new window with list of versions in this module.
Published: Feb 24, 2023
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
DBConnectString 填充得到数据库连接字符串
type Config struct {
DB Mysql `toml:"mysql"`
RDB Redis `toml:"redis"`
Server `toml:"server"`
Path `toml:"path"`
}
type Path struct {
FfmpegPath string `toml:"ffmpeg_path"`
StaticSourcePath string `toml:"static_source_path"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.