mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
add todo
This commit is contained in:
@@ -703,6 +703,7 @@ func (m *Machine) InspectService(
|
||||
if len(records) == 0 {
|
||||
return nil, status.Error(codes.NotFound, "service not found")
|
||||
}
|
||||
// TODO: handle SyncStatus to return only trusted container statuses.
|
||||
// TODO: handle multiple services with the same name but different IDs. This can happen when two services
|
||||
// with the same name are created concurrently on different machines.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user