Skip to content

Commit

Permalink
Remove code from broker
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Jun 9, 2024
1 parent 562a72f commit 0119ab4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/broker/engine/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ type broker struct {
grpcSrv *GRPCServer

natsClient *NATSClient
httpClient *HTTPClient
k8sClient client.Client

healthSrv *brktel.HealthServer
Expand Down Expand Up @@ -114,7 +113,6 @@ func New() Engine {
}
brk.grpcSrv = NewGRPCServer(brk)
brk.natsClient = NewNATSClient(brk)
brk.httpClient = NewHTTPClient(brk)

return brk
}
Expand Down

0 comments on commit 0119ab4

Please sign in to comment.