of_rpc => grpc

This commit is contained in:
jackdaw@loafle.com 2017-04-13 16:47:02 +09:00
parent 484c661739
commit 9334f6c70b

View File

@ -20,7 +20,6 @@ func (s *ConfigServer) Add(c context.Context, in *pb.Input) (*pb.Output, error)
output.Data = []byte("Not Assign Crawler")
}
return output, nil
}
func (s *ConfigServer) Remove(c context.Context, in *pb.Input) (*pb.Output, error) {
output := &pb.Output{}