Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewConn ¶
func NewConn(conn io.ReadWriteCloser) rpc.ServerCodec
Types ¶
type Client ¶
type Client struct { Config ClientConfig Nacos *nacos.Nacos }
type ClientConfig ¶
type Conn ¶
type Conn struct {
// contains filtered or unexported fields
}
func (*Conn) ReadRequestBody ¶
type Request ¶
type Request struct { Id *json.RawMessage `json:"id"` Method string `json:"method"` Params *json.RawMessage `json:"params"` }
Click to show internal directories.
Click to hide internal directories.