dagger/dsl/secret
Values
pub fn name(
parent: types.Secret,
client client: types.Client,
then handler: fn(Result(String, types.QueryError)) -> a,
) -> a
The name of this secret.
pub fn plaintext(
parent: types.Secret,
client client: types.Client,
then handler: fn(Result(String, types.QueryError)) -> a,
) -> a
The value of this secret.
pub fn secret(id id: types.Secret) -> types.Secret
pub fn uri(
parent: types.Secret,
client client: types.Client,
then handler: fn(Result(String, types.QueryError)) -> a,
) -> a
The URI of this secret.