Equal does not compare agents
(other ownedWorkspace)
| 36 | |
| 37 | // Equal does not compare agents |
| 38 | func (w ownedWorkspace) Equal(other ownedWorkspace) bool { |
| 39 | return w.WorkspaceName == other.WorkspaceName && |
| 40 | w.Status == other.Status |
| 41 | } |
| 42 | |
| 43 | type sub struct { |
| 44 | // ALways contains an actor |