Skip to content

Commit

Permalink
feat: 修复全局配置中的部分代码规范性问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zouxingyuks committed Dec 11, 2024
1 parent af59779 commit ca48f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/data-service/global_config/global_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func (req *FindReq) Validate() error {
return nil
}

// GlobalConfig define cvm table.
// GlobalConfig ...
type GlobalConfig struct {
// ID global config id
ID string `json:"id"`
Expand Down

0 comments on commit ca48f3d

Please sign in to comment.