Skip to content

Commit

Permalink
fix 'configError: json: unsupported type: server.Option' when printin…
Browse files Browse the repository at this point in the history
…g config on firehose startup
  • Loading branch information
sduchesneau committed Mar 25, 2024
1 parent e1a924b commit 69563a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firehose/app/firehose/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ type Config struct {
GRPCListenAddr string // gRPC address where this app will listen to
GRPCShutdownGracePeriod time.Duration // The duration we allow for gRPC connections to terminate gracefully prior forcing shutdown
ServiceDiscoveryURL *url.URL
ServerOptions []server.Option
ServerOptions []server.Option `json:"-"`
}

type RegisterServiceExtensionFunc func(server dgrpcserver.Server,
Expand Down

0 comments on commit 69563a7

Please sign in to comment.