Skip to content

Commit

Permalink
chore: さらば、全てのLiveHouse
Browse files Browse the repository at this point in the history
  • Loading branch information
GalvinGao committed Nov 23, 2023
1 parent c692eda commit 76a4a91
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 972 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ require (
golang.org/x/mod v0.9.0
golang.org/x/sync v0.5.0
golang.org/x/text v0.13.0
google.golang.org/grpc v1.55.0
google.golang.org/protobuf v1.30.0
gopkg.in/DataDog/dd-trace-go.v1 v1.48.0
gopkg.in/guregu/null.v3 v3.5.0
Expand Down Expand Up @@ -116,6 +115,7 @@ require (
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.16.0 // indirect
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
google.golang.org/grpc v1.55.0 // indirect
)

require (
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.1 h1:ZY3108YtBNq96jNZ
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.1/go.mod h1:t8PYl/6LzdAqsU4/9tz28V/kU+asFePvpOMkdul0gEQ=
github.com/aws/aws-sdk-go-v2/config v1.25.4 h1:r+X1x8QI6FEPdJDWCNBDZHyAcyFwSjHN8q8uuus+Axs=
github.com/aws/aws-sdk-go-v2/config v1.25.4/go.mod h1:8GTjImECskr7D88P/Nn9uM4M4rLY9i77hLJZgkZEWV8=
github.com/aws/aws-sdk-go-v2/credentials v1.16.3 h1:8PeI2krzzjDJ5etmgaMiD1JswsrLrWvKKu/uBUtNy1g=
github.com/aws/aws-sdk-go-v2/credentials v1.16.3/go.mod h1:Kdh/okh+//vQ/AjEt81CjvkTo64+/zIE4OewP7RpfXk=
github.com/aws/aws-sdk-go-v2/credentials v1.16.4 h1:i7UQYYDSJrtc30RSwJwfBKwLFNnBTiICqAJ0pPdum8E=
github.com/aws/aws-sdk-go-v2/credentials v1.16.4/go.mod h1:Kdh/okh+//vQ/AjEt81CjvkTo64+/zIE4OewP7RpfXk=
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.5 h1:KehRNiVzIfAcj6gw98zotVbb/K67taJE0fkfgM6vzqU=
Expand Down
6 changes: 0 additions & 6 deletions internal/app/appconfig/spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@ type ConfigSpec struct {
// SentryDSN is the DSN of the Sentry server. See https://pkg.go.dev/github.com/getsentry/sentry-go#ClientOptions
SentryDSN string `split_words:"true"`

// LiveHouseEnabled to indicate whether to enable LiveHouse reporting.
LiveHouseEnabled bool `split_words:"true" default:"false"`

// LiveHouseGRPCAddress is the address of the LiveHouse gRPC server.
LiveHouseGRPCAddress string `split_words:"true" default:"localhost:9015"`

// DatadogProfilerEnabled to indicate whether to enable Datadog profiler.
DatadogProfilerEnabled bool `split_words:"true" default:"false"`

Expand Down
1 change: 0 additions & 1 deletion internal/infra/0module.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ func Module() fx.Option {
Redis,
RedSync,
Postgres,
LiveHouse,
GeoIPDatabase,
), fx.Invoke(Datadog))
}
26 changes: 0 additions & 26 deletions internal/infra/livehouse.go

This file was deleted.

Loading

0 comments on commit 76a4a91

Please sign in to comment.