(ctx context.Context, arg InsertWorkspaceParams)
| 1011 | // on iOS, where the browser may keep the same endpoint with rotated keys. |
| 1012 | InsertWebpushSubscription(ctx context.Context, arg InsertWebpushSubscriptionParams) (WebpushSubscription, error) |
| 1013 | InsertWorkspace(ctx context.Context, arg InsertWorkspaceParams) (WorkspaceTable, error) |
| 1014 | InsertWorkspaceAgent(ctx context.Context, arg InsertWorkspaceAgentParams) (WorkspaceAgent, error) |
| 1015 | InsertWorkspaceAgentDevcontainers(ctx context.Context, arg InsertWorkspaceAgentDevcontainersParams) ([]WorkspaceAgentDevcontainer, error) |
| 1016 | InsertWorkspaceAgentLogSources(ctx context.Context, arg InsertWorkspaceAgentLogSourcesParams) ([]WorkspaceAgentLogSource, error) |
no outgoing calls