Skip to content

Commit

Permalink
Making address and token public
Browse files Browse the repository at this point in the history
  • Loading branch information
godmodegalactus committed Jan 15, 2024
1 parent 4d7e781 commit ea7e5be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/grpc_subscription_autoreconnect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ pub struct GrpcConnectionTimeouts {

#[derive(Clone, Debug)]
pub struct GrpcSourceConfig {
grpc_addr: String,
grpc_x_token: Option<String>,
pub grpc_addr: String,
pub grpc_x_token: Option<String>,
tls_config: Option<ClientTlsConfig>,
timeouts: Option<GrpcConnectionTimeouts>,
}
Expand Down

0 comments on commit ea7e5be

Please sign in to comment.