mirror of
https://github.com/Li4n0/revsuit.git
synced 2026-09-25 16:11:53 +08:00
feat(rmi): support receive rmi connection (#5)
This commit is contained in:
@@ -4,6 +4,7 @@ import (
|
||||
"github.com/li4n0/revsuit/pkg/dns"
|
||||
"github.com/li4n0/revsuit/pkg/mysql"
|
||||
"github.com/li4n0/revsuit/pkg/rhttp"
|
||||
"github.com/li4n0/revsuit/pkg/rmi"
|
||||
)
|
||||
|
||||
type noticeConfig struct {
|
||||
@@ -21,5 +22,6 @@ type Config struct {
|
||||
Notice noticeConfig
|
||||
rhttp.Config
|
||||
DNS dns.Config
|
||||
Mysql mysql.Config
|
||||
MySQL mysql.Config
|
||||
RMI rmi.Config
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user