Skip to content

Commit

Permalink
Address documentation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
euniceek committed May 26, 2021
1 parent 207ea5e commit 03ad2cb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/configgrpc/configgrpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,10 @@ type GRPCClientSettings struct {
// The headers associated with gRPC requests.
Headers map[string]string `mapstructure:"headers"`

<<<<<<< HEAD
// PerRPCAuth parameter configures the client to send authentication data on a per-RPC basis.
PerRPCAuth *PerRPCAuthConfig `mapstructure:"per_rpc_auth"`

// Sets the balancer in grpclb_policy to discover the servers. Default is pick_first
=======
// Sets the balancer in grpclb_policy to discover the servers. Default is pick_first.
>>>>>>> bf891180 (Fix typos in Config Package)
// https://github.com/grpc/grpc-go/blob/master/examples/features/load_balancing/README.md
BalancerName string `mapstructure:"balancer_name"`
}
Expand Down

0 comments on commit 03ad2cb

Please sign in to comment.