Skip to content

Commit

Permalink
update usage of new client
Browse files Browse the repository at this point in the history
  • Loading branch information
mitjaziv committed Nov 14, 2023
1 parent ac23168 commit ec74f01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mservctl/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (

var (
cfgFile string
mservapi *client.Mserv
mservapi *client.MservAPI
)

var log = logger.GetLogger("mservctl")
Expand Down
2 changes: 1 addition & 1 deletion util/storage/slave/slave.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func NewSlaveClient() (*Client, error) {

type Client struct {
conf *StoreConf
mservapi *client.Mserv
mservapi *client.MservAPI
tag string
}

Expand Down

0 comments on commit ec74f01

Please sign in to comment.