(ctx context.Context, id uuid.UUID)
| 329 | GetAuthorizationUserRoles(ctx context.Context, userID uuid.UUID) (GetAuthorizationUserRolesRow, error) |
| 330 | GetBoundaryLogByID(ctx context.Context, id uuid.UUID) (BoundaryLog, error) |
| 331 | GetBoundarySessionByID(ctx context.Context, id uuid.UUID) (BoundarySession, error) |
| 332 | GetChatACLByID(ctx context.Context, id uuid.UUID) (GetChatACLByIDRow, error) |
| 333 | // GetChatAdvisorConfig returns the deployment-wide runtime configuration |
| 334 | // for the experimental chat advisor as a JSON blob. Callers unmarshal the |
no outgoing calls