Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewInvoker ¶
func NewInvoker(opt *option.GatewayOption) types.Plugin
Types ¶
type HproseGateway ¶
type HproseGateway struct {
// contains filtered or unexported fields
}
func NewGateway ¶
func NewGateway(o ...func(*option.GatewayOption)) *HproseGateway
func NewGatewayWith ¶
func NewGatewayWith(opt *option.GatewayOption) *HproseGateway
type HproseTable ¶
type HproseTable struct {
// contains filtered or unexported fields
}
func NewTable ¶
func NewTable(key string) *HproseTable
func (*HproseTable) Close ¶
func (t *HproseTable) Close() error
func (*HproseTable) Pipe ¶
func (t *HproseTable) Pipe(w io.Writer)
func (*HproseTable) Pop ¶
func (t *HproseTable) Pop() ([]types.Update, error)
func (*HproseTable) Push ¶
func (t *HproseTable) Push(updates []types.Update) error
Source Files
¶
- gateway.go
- invoker.go
- table.go
Click to show internal directories.
Click to hide internal directories.