chore: update nats -> async nats

This commit is contained in:
2025-03-26 21:25:12 +01:00
parent b7cc1b32c0
commit cf0e745b5b
11 changed files with 664 additions and 630 deletions

View File

@@ -1,8 +1,7 @@
use tonic::transport::Channel;
use crate::{
app::infra::grpc::FluxReleaserGrpcClient,
grpc::gen::{flux_releaser_client::FluxReleaserClient, UploadArtifactRequest},
grpc::gen::UploadArtifactRequest,
};
use super::{archive::ArchiveFile, release_manager::models::UploadArtifactID};