()
| 1338 | } |
| 1339 | |
| 1340 | func (x *WorkspaceUpdate) GetUpsertedWorkspaces() []*Workspace { |
| 1341 | if x != nil { |
| 1342 | return x.UpsertedWorkspaces |
| 1343 | } |
| 1344 | return nil |
| 1345 | } |
| 1346 | |
| 1347 | func (x *WorkspaceUpdate) GetUpsertedAgents() []*Agent { |
| 1348 | if x != nil { |
no outgoing calls