We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42b57d4 commit 51347faCopy full SHA for 51347fa
dataverse/client.go
@@ -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