Skip to content

Commit b0e5391

Browse files
committed
chore: lint
1 parent 1fc2225 commit b0e5391

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/dcp.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,17 +310,17 @@ func (c *Dcp) GetKubernetesLeaderElector() *KubernetesLeaderElector {
310310
}
311311

312312
type CouchbaseMetadata struct {
313-
Hosts []string `yaml:"hosts"`
314313
Username string `yaml:"username"`
315314
Password string `yaml:"password"`
316315
Bucket string `yaml:"bucket"`
317316
Scope string `yaml:"scope"`
318317
Collection string `yaml:"collection"`
318+
RootCAPath string `yaml:"rootCAPath"`
319+
Hosts []string `yaml:"hosts"`
319320
MaxQueueSize int `yaml:"maxQueueSize"`
320321
ConnectionBufferSize uint `yaml:"connectionBufferSize"`
321322
ConnectionTimeout time.Duration `yaml:"connectionTimeout"`
322323
SecureConnection bool `yaml:"secureConnection"`
323-
RootCAPath string `yaml:"rootCAPath"`
324324
}
325325

326326
func (c *Dcp) GetCouchbaseMetadata() *CouchbaseMetadata {

0 commit comments

Comments
 (0)