package rpc import ( "log" ) type DiscoveryService struct { } func (ds *DiscoveryService) Start() { log.Print("DiscoveryService.Start") }