The default proxy is implied and not actually stored in the database. So we need to store it's configuration here for display purposes. The functional values are immutable and controlled implicitly.
(ctx context.Context, arg UpsertDefaultProxyParams)
| 1403 | // So we need to store it's configuration here for display purposes. |
| 1404 | // The functional values are immutable and controlled implicitly. |
| 1405 | UpsertDefaultProxy(ctx context.Context, arg UpsertDefaultProxyParams) error |
| 1406 | UpsertGroupAIBudget(ctx context.Context, arg UpsertGroupAIBudgetParams) (GroupAiBudget, error) |
| 1407 | UpsertHealthSettings(ctx context.Context, value string) error |
| 1408 | UpsertLastUpdateCheck(ctx context.Context, value string) error |
no outgoing calls