mirror of
https://gitee.com/johng/gf
synced 2026-06-06 16:21:40 +08:00
Update os/gcfg/gcfg_adapter_file.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@ -34,7 +34,7 @@ var (
|
||||
type AdapterFile struct {
|
||||
defaultFileNameOrPath *gtype.String // Default configuration file name or file path.
|
||||
searchPaths *garray.StrArray // Searching the path array.
|
||||
jsonMap *gmap.KVMap[string, *gjson.Json] // The pared JSON objects for configuration files.
|
||||
jsonMap *gmap.KVMap[string, *gjson.Json] // The parsed JSON objects for configuration files.
|
||||
violenceCheck bool // Whether it does violence check in value index searching. It affects the performance when set true(false in default).
|
||||
watchers *WatcherRegistry // Watchers for watching file changes.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user