diff options
author | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2022-05-22 16:37:48 +0300 |
---|---|---|
committer | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2022-05-22 16:37:48 +0300 |
commit | 4a81eff217c40c459c9a9ed4f318b4dd9bc5ee8a (patch) | |
tree | 35e6d3b1f80af80fddedb26d5543377931abfe2f /rpc/meta.go | |
parent | c74596c6a6a741e3365a2f372de6e7cdf2583fdc (diff) |
Middlewares and optionsv1.1.0
Diffstat (limited to 'rpc/meta.go')
-rw-r--r-- | rpc/meta.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rpc/meta.go b/rpc/meta.go deleted file mode 100644 index 77de69b..0000000 --- a/rpc/meta.go +++ /dev/null @@ -1,3 +0,0 @@ -package rpc - -type Meta map[string]interface{} |