add Store Close method (#1500)
* add Store Close method * Update sync store build failure
This commit is contained in:
@@ -32,6 +32,10 @@ type serviceStore struct {
|
||||
Client pb.StoreService
|
||||
}
|
||||
|
||||
func (s *serviceStore) Close() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (s *serviceStore) Init(opts ...store.Option) error {
|
||||
for _, o := range opts {
|
||||
o(&s.options)
|
||||
|
Reference in New Issue
Block a user