rename Empty to Void
This commit is contained in:
parent
c3d22403a2
commit
da8eb2484d
@ -10,7 +10,7 @@ import (
|
||||
type TaskServerImpl struct {
|
||||
}
|
||||
|
||||
func (s *TaskServerImpl) requestTask(c context.Context, in *pb.Empty) (*pb.TaskList, error) {
|
||||
func (s *TaskServerImpl) requestTask(c context.Context, in *commons.Void) (*pb.TaskList, error) {
|
||||
|
||||
output := &pb.TaskList{}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user