Skip to content

Commit

Permalink
kv: use the v1 proto api instead of v1beta
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <[email protected]>
  • Loading branch information
rustatian committed Mar 12, 2022
1 parent 4bb5c99 commit a4f184f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/kv/interface.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package kv

import kvv1 "github.com/roadrunner-server/api/v2/proto/kv/v1beta"
import kvv1 "github.com/roadrunner-server/api/v2/proto/kv/v1"

// Storage represents single abstract storage.
type Storage interface {
Expand Down

0 comments on commit a4f184f

Please sign in to comment.