mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 19:13:34 +00:00
allow one2many for ListContainers
This commit is contained in:
@@ -100,7 +100,11 @@ func (s *Server) ListContainers(ctx context.Context, req *pb.ListContainersReque
|
||||
}
|
||||
|
||||
return &pb.ListContainersResponse{
|
||||
Containers: containersBytes,
|
||||
Messages: []*pb.MachineContainers{
|
||||
{
|
||||
Containers: containersBytes,
|
||||
},
|
||||
},
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user