Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
erayarslan committed Jan 13, 2025
1 parent 1fc2225 commit b0e5391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/dcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,17 +310,17 @@ func (c *Dcp) GetKubernetesLeaderElector() *KubernetesLeaderElector {
}

type CouchbaseMetadata struct {
Hosts []string `yaml:"hosts"`
Username string `yaml:"username"`
Password string `yaml:"password"`
Bucket string `yaml:"bucket"`
Scope string `yaml:"scope"`
Collection string `yaml:"collection"`
RootCAPath string `yaml:"rootCAPath"`
Hosts []string `yaml:"hosts"`
MaxQueueSize int `yaml:"maxQueueSize"`
ConnectionBufferSize uint `yaml:"connectionBufferSize"`
ConnectionTimeout time.Duration `yaml:"connectionTimeout"`
SecureConnection bool `yaml:"secureConnection"`
RootCAPath string `yaml:"rootCAPath"`
}

func (c *Dcp) GetCouchbaseMetadata() *CouchbaseMetadata {
Expand Down

0 comments on commit b0e5391

Please sign in to comment.