diff options
Diffstat (limited to 'libs/luci-lib-rpcc/luasrc/rpcc.luadoc')
-rw-r--r-- | libs/luci-lib-rpcc/luasrc/rpcc.luadoc | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/libs/luci-lib-rpcc/luasrc/rpcc.luadoc b/libs/luci-lib-rpcc/luasrc/rpcc.luadoc deleted file mode 100644 index 5609bfd751..0000000000 --- a/libs/luci-lib-rpcc/luasrc/rpcc.luadoc +++ /dev/null @@ -1,36 +0,0 @@ ----[[ -LuCI RPC Client. - -@cstyle instance -]] -module "luci.rpcc" - ----[[ -Create a new JSON-RPC stream client. - -@class function -@param fd File descriptor -@param v1 Use protocol version 1.0 -@return RPC Client -]] - ----[[ -Request an RP call and get the response. - -@class function -@name Client.request -@param method Remote method -@param params Parameters -@param notification Notification only? -@return response -]] - ----[[ -Create a transparent RPC proxy. - -@class function -@name Client.proxy -@param prefix Method prefix -@return RPC Proxy object -]] - |