overflow_probe_container_ne.../service/service.go

10 lines
179 B
Go
Raw Normal View History

2017-12-04 11:59:11 +00:00
package service
import (
crr "git.loafle.net/commons_go/rpc/registry"
)
func RegisterRPC(rpcRegistry crr.RPCRegistry) {
rpcRegistry.RegisterService(&ContainerService{}, "")
}