mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2024-11-08 19:11:47 +01:00
fmt tests
This commit is contained in:
parent
19b46b6cf0
commit
2eb027754b
@ -121,12 +121,14 @@ impl CacheVolume {
|
|||||||
fields: Some(vec![FullTypeFields {
|
fields: Some(vec![FullTypeFields {
|
||||||
name: Some("container".into()),
|
name: Some("container".into()),
|
||||||
description: Some("Loads a container from ID.\nNull ID returns an empty container (scratch).\nOptional platform argument initializes new containers to execute and publish as that platform. Platform defaults to that of the builder's host.".into()),
|
description: Some("Loads a container from ID.\nNull ID returns an empty container (scratch).\nOptional platform argument initializes new containers to execute and publish as that platform. Platform defaults to that of the builder's host.".into()),
|
||||||
args: Some(vec![
|
args: Some(
|
||||||
|
vec![
|
||||||
Some(
|
Some(
|
||||||
FullTypeFieldsArgs
|
FullTypeFieldsArgs
|
||||||
{
|
{
|
||||||
input_value: InputValue { name: "id".into(), description: None, type_: TypeRef { kind: Some(__TypeKind::SCALAR), name: Some("ContainerID".into()), of_type: None }, default_value: None }
|
input_value: InputValue { name: "id".into(), description: None, type_: TypeRef { kind: Some(__TypeKind::SCALAR), name: Some("ContainerID".into()), of_type: None }, default_value: None }
|
||||||
}),
|
}
|
||||||
|
),
|
||||||
Some(
|
Some(
|
||||||
FullTypeFieldsArgs {
|
FullTypeFieldsArgs {
|
||||||
input_value: InputValue {
|
input_value: InputValue {
|
||||||
@ -147,7 +149,8 @@ impl CacheVolume {
|
|||||||
}),
|
}),
|
||||||
is_deprecated: Some(false),
|
is_deprecated: Some(false),
|
||||||
deprecation_reason: None,
|
deprecation_reason: None,
|
||||||
}]),
|
}
|
||||||
|
]),
|
||||||
input_fields: None,
|
input_fields: None,
|
||||||
interfaces: None,
|
interfaces: None,
|
||||||
enum_values: None,
|
enum_values: None,
|
||||||
|
Loading…
Reference in New Issue
Block a user