Skip to content

Commit

Permalink
fix: codacy check review
Browse files Browse the repository at this point in the history
  • Loading branch information
dudantas committed Feb 17, 2024
1 parent 00c9427 commit 95074a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/configs/configs.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ type GlobalConfigs struct {
LoginServerConfigs LoginServerConfigs
}

// LuaConfigManager is a structure that manages configurations loaded from a Lua file.
// It stores the configurations as key-value pairs, where both keys and values are strings.
type LuaConfigManager struct {
configs map[string]string
}
Expand Down

0 comments on commit 95074a1

Please sign in to comment.