mirror of
https://github.com/minio/minio.git
synced 2025-11-06 20:33:07 -05:00
Add Donut rpc service for sending changes to configuration files
This commit is contained in:
@@ -115,6 +115,7 @@ func getRPCHandler() http.Handler {
|
||||
s.RegisterService(new(rpc.VersionService), "Version")
|
||||
s.RegisterService(new(rpc.SysInfoService), "SysInfo")
|
||||
s.RegisterService(new(rpc.DiskInfoService), "DiskInfo")
|
||||
s.RegisterService(new(rpc.DonutService), "Donut")
|
||||
// Add new services here
|
||||
return registerRPC(router.NewRouter(), s)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user