package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Feb 17, 2022
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Client interface {
Call(object interface{}, method string, args interface{}) (reply interface{}, err error)
Close() error
}
type Codec interface {
ReadHead(interface{}) error
ReadBody(interface{}) error
WriteHead(interface{}) error
WriteBody(interface{}) error
}
type Option struct {
CodeType int64
}
Option 用户协商
type Server interface {
Register(srv interface{})
Run() error
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.