RPC Packages

lite-ts-user-child

```typescript const manager: UserChildManagerBase<UserChild, UserChildManagerAddOption<UserChild>, UserChildManagerRemoveOption<UserChild>>;

11.1.1 • Published 10 months ago

lite-ts-rpc

```typescript const rpc: RpcBase; const mockResp: RpcResponse<T>; const resp = await rpc.call<T>({ body: {}, // 请求内容 header: {}, // 请求头 isThrow: true, // 默认false 当为true时 如果返回结果的错误码不为0 则直接抛错 mock: mockResp, // 当该字段有效时 请求直接返回该值 r

11.28.7 • Published 1 year ago

lite-ts-rpcex

```typescript const cache: CacheBase; const rpc: RpcBase; const configLoader: ConfigLoaderBase = new RpcConfigLoader(cache, rpc); ```

11.9.4 • Published 1 year ago

luci-rpc

A package that helps communicate with the luci-mod-rpc interface

1.0.5 • Published 3 years ago