(ctx context.Context, arg UpsertWorkspaceAppParams)
| 1435 | UpsertWebpushVAPIDKeys(ctx context.Context, arg UpsertWebpushVAPIDKeysParams) error |
| 1436 | UpsertWorkspaceAgentPortShare(ctx context.Context, arg UpsertWorkspaceAgentPortShareParams) (WorkspaceAgentPortShare, error) |
| 1437 | UpsertWorkspaceApp(ctx context.Context, arg UpsertWorkspaceAppParams) (WorkspaceApp, error) |
| 1438 | // |
| 1439 | // The returned boolean, new_or_stale, can be used to deduce if a new session |
| 1440 | // was started. This means that a new row was inserted (no previous session) or |
no outgoing calls