feat(service): Migrate b2c, b2b to the builder pattern #576
Annotations
10 errors and 6 warnings
src/client.rs#L207
this method takes 0 arguments but 1 argument was supplied
|
src/client.rs#L210
the trait bound `url::Url: From<&str>` is not satisfied
|
src/client.rs#L211
no method named `timeout_url` found for mutable reference `&mut B2bBuilder<'_>` in the current scope
|
|
src/client.rs#L198
this method takes 0 arguments but 1 argument was supplied
|
src/client.rs#L201
the trait bound `url::Url: From<&str>` is not satisfied
|
src/client.rs#L202
no method named `timeout_url` found for mutable reference `&mut B2cBuilder<'_>` in the current scope
|
|
src/services/b2c.rs#L25
this method takes 0 arguments but 1 argument was supplied
|
src/services/b2c.rs#L28
the trait bound `url::Url: From<&str>` is not satisfied
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
This job failed
Loading