diff options
Diffstat (limited to 'rpc/meta.go')
-rw-r--r-- | rpc/meta.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rpc/meta.go b/rpc/meta.go new file mode 100644 index 0000000..77de69b --- /dev/null +++ b/rpc/meta.go @@ -0,0 +1,3 @@ +package rpc + +type Meta map[string]interface{} |