overflow_discovery/rpc/discovery_service.go
crusader b7c7437840 ing
2017-11-15 19:38:42 +09:00

15 lines
204 B
Go

package rpc
type DiscoveryService struct {
}
func (ds *DiscoveryService) Start(discoveryType string, param interface{}) error {
return nil
}
func (ds *DiscoveryService) Stop() error {
return nil
}