Skip to content

Commit 122b223

Browse files
committed
Add AssetClientCloser interface
AB#9875
1 parent 09b5ee9 commit 122b223

File tree

1 file changed

+6
-0
lines changed
  • datatrails-common-api/assets/v2/assets

1 file changed

+6
-0
lines changed

datatrails-common-api/assets/v2/assets/client.go

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ import (
44
"github.com/datatrails/go-datatrails-common/grpcclient"
55
)
66

7+
type AssetsClientCloser interface {
8+
AssetsClient
9+
Open() error
10+
Close()
11+
}
12+
713
type ClientOption = grpcclient.ClientOption
814

915
type Client struct {

0 commit comments

Comments
 (0)