Documentation ¶
Overview ¶
Package rpc provides the necessary structs and functions required to use rpc service.
The full document is located at https://github.com/rpccloud/rpc/blob/master/doc/rpc/index.md
Index ¶
- func GetTLSClientConfig(verifyServerCert bool, caFiles []string) (*tls.Config, error)
- func GetTLSServerConfig(certFile string, keyFile string) (*tls.Config, error)
- type ActionCache
- type ActionCacheFunc
- type Any
- type Array
- type Bool
- type Bytes
- type Client
- type Float64
- type Int64
- type Map
- type RTArray
- type RTMap
- type RTValue
- type Return
- type Runtime
- type Server
- type Service
- type Stream
- type String
- type Uint64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetTLSClientConfig ¶
GetTLSClientConfig ...
Types ¶
Click to show internal directories.
Click to hide internal directories.