mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-11 12:36:00 +08:00
Co-authored-by: icey-yu <119291641+icey-yu@users.noreply.github.com>
This commit is contained in:
@@ -15,6 +15,10 @@ type SetConfigReq struct {
|
||||
Data string `json:"data"`
|
||||
}
|
||||
|
||||
type SetConfigsReq struct {
|
||||
Configs []SetConfigReq `json:"configs"`
|
||||
}
|
||||
|
||||
type SetEnableConfigManagerReq struct {
|
||||
Enable bool `json:"enable"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user