add basic output

This commit is contained in:
2023-02-12 21:00:52 +01:00
parent 12507188ca
commit af0464e45e
7 changed files with 73 additions and 13 deletions

View File

@@ -1 +1,7 @@
pub struct CacheId(String);
pub struct ContainerId(String);
pub struct DirectoryId(String);
pub struct FileId(String);
pub struct Platform(String);
pub struct SecretId(String);
pub struct SocketId(String);