Documentation ¶
Overview ¶
* @Author: kamalyes 501893067@qq.com * @Date: 2023-07-28 00:50:58 * @LastEditors: kamalyes 501893067@qq.com * @LastEditTime: 2024-08-08 15:15:36 * @FilePath: \go-core\viper\viper.go * @Description: * * Copyright (c) 2024 by kamalyes, All Rights Reserved.
Index ¶
Constants ¶
View Source
const ( // ConfigSuffix 配置文件默认后缀 ConfigSuffix = "_config" // ConfigType 配置文件类型 ConfigType = "yaml" // ConfigPath 配置文件所在路径 ConfigPath = "./resources" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.