Skip to content

Commit

Permalink
feat: updated to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
CI Workflow committed Oct 15, 2024
1 parent a167c0e commit 3480b89
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 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 3480b89

Please sign in to comment.