Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
smx-Morgan committed Oct 21, 2024
1 parent 1a9dfd6 commit 05bbc9a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
7 changes: 0 additions & 7 deletions client/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ import (
"github.com/kitex-contrib/config-etcd/utils"
)

const (
retryConfigName = "retry"
rpcTimeoutConfigName = "rpc_timeout"
circuitBreakerConfigName = "circuit_break"
degradationConfigName = "degradation"
)

// EtcdClientSuite etcd client config suite, configure retry timeout limit and circuitbreak dynamically from etcd.
type EtcdClientSuite = cwclient.EtcdClientSuite

Expand Down
4 changes: 0 additions & 4 deletions server/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ import (
"github.com/kitex-contrib/config-etcd/utils"
)

const (
limiterConfigName = "limit"
)

// EtcdServerSuite etcd server config suite, configure limiter config dynamically from etcd.
type EtcdServerSuite = cwserver.EtcdServerSuite

Expand Down

0 comments on commit 05bbc9a

Please sign in to comment.