mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-15 04:24:44 +00:00
rename eta proto
This commit is contained in:
@@ -25,7 +25,7 @@ type Google struct {
|
||||
Maps *maps.Client
|
||||
}
|
||||
|
||||
func (r *Google) ETA(ctx context.Context, req *pb.ETARequest, rsp *pb.ETAResponse) error {
|
||||
func (r *Google) Eta(ctx context.Context, req *pb.EtaRequest, rsp *pb.EtaResponse) error {
|
||||
// TODO: implement eta
|
||||
return ErrUnimplemented
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user