Started work on implementing contextual identity api for tridactyl.

This commit is contained in:
Anton 2018-05-08 17:33:55 +00:00 committed by Anton Vilhelm Ásgeirsson
parent 3649f692d6
commit ca563720df

5
src/lib/containers.ts Normal file
View 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({}) {}