feat: 게이트웨이 시계 생명주기 권위 연결
This commit is contained in:
@@ -168,6 +168,10 @@ const buildCaller = (
|
||||
removed: [],
|
||||
skipped: [],
|
||||
}),
|
||||
transitionProfileClock: async (_profileName: string, action: 'SUSPEND' | 'RESUME') => ({
|
||||
phase: action === 'SUSPEND' ? 'SUSPENDED' : 'RUNNING',
|
||||
revision: 1,
|
||||
}),
|
||||
listRuntimeStates: async () => [],
|
||||
};
|
||||
const profileStatus = new InMemoryProfileStatusService(
|
||||
|
||||
Reference in New Issue
Block a user