Skip to content

Commit

Permalink
Add AssetClientCloser interface
Browse files Browse the repository at this point in the history
AB#9875
  • Loading branch information
eccles committed Oct 15, 2024
1 parent 09b5ee9 commit 122b223
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions datatrails-common-api/assets/v2/assets/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ import (
"github.com/datatrails/go-datatrails-common/grpcclient"
)

type AssetsClientCloser interface {
AssetsClient
Open() error
Close()
}

type ClientOption = grpcclient.ClientOption

type Client struct {
Expand Down

0 comments on commit 122b223

Please sign in to comment.