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 20, 2024
1 parent a77f92e commit 69491fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions resolver/resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ import (
"github.com/nacos-group/nacos-sdk-go/clients/naming_client"
)

type options struct {
cluster string
group string
}

// Option is nacos option.
type Option = nacosOption.ResolverOption

Expand Down
5 changes: 0 additions & 5 deletions v2/registry/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ import (
"github.com/nacos-group/nacos-sdk-go/v2/clients/naming_client"
)

type options struct {
cluster string
group string
}

// Option is nacos option.
type Option = nacosOption.Option

Expand Down

0 comments on commit 69491fc

Please sign in to comment.