mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2024-11-14 20:52:03 +01:00
23 lines
679 B
Rust
23 lines
679 B
Rust
|
// code generated by dagger. DO NOT EDIT.
|
||
|
|
||
|
/// A content-addressed socket identifier.
|
||
|
pub struct SocketID(Scalar);
|
||
|
|
||
|
/// The platform config OS and architecture in a Container.
|
||
|
/// The format is [os]/[platform]/[version] (e.g. darwin/arm64/v7, windows/amd64, linux/arm64).
|
||
|
pub struct Platform(Scalar);
|
||
|
|
||
|
/// A unique container identifier. Null designates an empty container (scratch).
|
||
|
pub struct ContainerID(Scalar);
|
||
|
|
||
|
/// A content-addressed directory identifier.
|
||
|
pub struct DirectoryID(Scalar);
|
||
|
|
||
|
/// A unique identifier for a secret.
|
||
|
pub struct SecretID(Scalar);
|
||
|
|
||
|
/// A file identifier.
|
||
|
pub struct FileID(Scalar);
|
||
|
|
||
|
/// A global cache volume identifier.
|
||
|
pub struct CacheID(Scalar);
|