mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 10:01:39 -05:00
Started work on implementing contextual identity api for tridactyl.
This commit is contained in:
parent
3649f692d6
commit
ca563720df
1 changed files with 5 additions and 0 deletions
5
src/lib/containers.ts
Normal file
5
src/lib/containers.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
export async function containerCreate({}) {}
|
||||
export async function containerRemove(containerId: string) {}
|
||||
export async function containerUpdate({}) {}
|
||||
export async function containerGet({}) {}
|
||||
export async function containerQuery({}) {}
|
Loading…
Add table
Reference in a new issue