feat(backend): add kiro account support
This commit is contained in:
@@ -221,6 +221,12 @@ func AccountFromServiceShallow(a *service.Account) *Account {
|
||||
OverloadUntil: a.OverloadUntil,
|
||||
TempUnschedulableUntil: a.TempUnschedulableUntil,
|
||||
TempUnschedulableReason: a.TempUnschedulableReason,
|
||||
KiroQuotaState: a.KiroQuotaState,
|
||||
KiroQuotaReason: a.KiroQuotaReason,
|
||||
KiroQuotaResetAt: a.KiroQuotaResetAt,
|
||||
KiroRuntimeState: a.KiroRuntimeState,
|
||||
KiroRuntimeReason: a.KiroRuntimeReason,
|
||||
KiroRuntimeResetAt: a.KiroRuntimeResetAt,
|
||||
SessionWindowStart: a.SessionWindowStart,
|
||||
SessionWindowEnd: a.SessionWindowEnd,
|
||||
SessionWindowStatus: a.SessionWindowStatus,
|
||||
|
||||
Reference in New Issue
Block a user