Skip to content

Commit

Permalink
making grpc address and xtoken public
Browse files Browse the repository at this point in the history
  • Loading branch information
godmodegalactus committed Jan 15, 2024
1 parent 96ca82e commit b51c5a3
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 @@ -25,8 +25,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 b51c5a3

Please sign in to comment.