dagger-rs/crates/dagger-sdk/examples
kjuulh f29ff836cf feat(sdk): without Some in _opts functions
Option has been removed as a wrapper around opts. This makes it much
more convenient to use

```rust
client.container_opts(Some(ContainerOpts{}))
// ->
client.container_opts(ContainerOpts{})
```

The same options are still available, either an empty object can be
passed, or a non _opts function can be used
2023-02-19 18:00:04 +01:00
..
build-the-application feat(sdk): without Some in _opts functions 2023-02-19 18:00:04 +01:00
caching feat(sdk): without Some in _opts functions 2023-02-19 18:00:04 +01:00
existing-dockerfile feat(sdk): with _opts methods 2023-02-19 18:00:04 +01:00
first-pipeline feat(sdk): with _opts methods 2023-02-19 18:00:04 +01:00
multi-stage-build feat(sdk): without Some in _opts functions 2023-02-19 18:00:04 +01:00
publish-the-application feat(sdk): without Some in _opts functions 2023-02-19 18:00:04 +01:00
test-the-application feat(sdk): without Some in _opts functions 2023-02-19 18:00:04 +01:00