Skip to content

Commit 51347fa

Browse files
committed
feat: setup dataverse client dummy interface
1 parent 42b57d4 commit 51347fa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dataverse/client.go

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package dataverse
2+
3+
import "context"
4+
5+
type Client interface {
6+
GetGovAddr(context.Context, string) (string, error)
7+
ExecGov(context.Context, string, string) (interface{}, error)
8+
}

0 commit comments

Comments
 (0)