mirror of
https://github.com/fhmq/hmq.git
synced 2026-05-02 06:18:33 +00:00
update plugin
This commit is contained in:
@@ -31,7 +31,12 @@ type Config struct {
|
||||
Acl bool `json:"acl"`
|
||||
AclConf string `json:"aclConf"`
|
||||
Debug bool `json:"debug"`
|
||||
Plugins []string `json:"plugins"`
|
||||
Plugin Plugins `json:"plugins"`
|
||||
}
|
||||
|
||||
type Plugins struct {
|
||||
Auth string
|
||||
Bridge string
|
||||
}
|
||||
|
||||
type RouteInfo struct {
|
||||
|
||||
Reference in New Issue
Block a user