rename Empty to Void

This commit is contained in:
insanity@loafle.com 2017-05-23 14:46:23 +09:00
parent c3d22403a2
commit da8eb2484d

View File

@ -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{}