Skip to content

Commit

Permalink
Remove unused datastore config
Browse files Browse the repository at this point in the history
  • Loading branch information
josephschorr committed May 13, 2024
1 parent 2ccd129 commit d73bd5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
9 changes: 4 additions & 5 deletions pkg/cmd/datastore/datastore.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,10 @@ type Config struct {
GCMaxOperationTime time.Duration `debugmap:"visible"`

// Spanner
SpannerCredentialsFile string `debugmap:"visible"`
SpannerEmulatorHost string `debugmap:"visible"`
SpannerMinSessions uint64 `debugmap:"visible"`
SpannerMaxSessions uint64 `debugmap:"visible"`
SpannerEstimatedBytesPerRelationship uint64 `debugmap:"visible"`
SpannerCredentialsFile string `debugmap:"visible"`
SpannerEmulatorHost string `debugmap:"visible"`
SpannerMinSessions uint64 `debugmap:"visible"`
SpannerMaxSessions uint64 `debugmap:"visible"`

// MySQL
TablePrefix string `debugmap:"visible"`
Expand Down
9 changes: 0 additions & 9 deletions pkg/cmd/datastore/zz_generated.options.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d73bd5e

Please sign in to comment.