fmt tests

This commit is contained in:
Kasper Juul Hermansen 2023-02-11 15:27:37 +01:00
parent 19b46b6cf0
commit 2eb027754b
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912

View File

@ -121,12 +121,14 @@ impl CacheVolume {
fields: Some(vec![FullTypeFields {
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()),
args: Some(vec![
args: Some(
vec![
Some(
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 }
}),
}
),
Some(
FullTypeFieldsArgs {
input_value: InputValue {
@ -147,7 +149,8 @@ impl CacheVolume {
}),
is_deprecated: Some(false),
deprecation_reason: None,
}]),
}
]),
input_fields: None,
interfaces: None,
enum_values: None,