支持从配置文件及配置目录初始化RPC服务

This commit is contained in:
2022-07-01 17:51:38 +08:00
parent 09e47648bc
commit 54aef081d9
4 changed files with 42 additions and 0 deletions

View File

@ -94,5 +94,6 @@ func (r *result) ParseXml(inputContent []byte, receiver interface{}) error {
//
// Date : 11:11 2022/7/1
func (r *result) ParseIni(inputContent []byte, receiver interface{}) error {
return nil
}