Skip to content

Commit

Permalink
gen: update base protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
lbbniu committed Jun 17, 2023
1 parent ef2b06f commit e6b9d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tars/registry/tars/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type tarsRegistry struct {
query *queryf.QueryF
}

func New(query *queryf.QueryF) registry.Registry {
func New(query *queryf.QueryF) registry.Registrar {
return &tarsRegistry{query: query}
}

Expand Down

0 comments on commit e6b9d7c

Please sign in to comment.