Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
FilterSkillName = config.TypeNameOf((*DubboFilter)(nil))
)
Functions ¶
func DoDubboFilter ¶
Types ¶
type Dubbo2ParamBody ¶ added in v0.10.1
type Dubbo2ParamBody struct { TypesList []string ValuesList []interface{} }
type DubboFilter ¶
type DubboFilter interface {
DoDubboFilter(ctx IDubbo2Context, next eocontext.IChain) (err error)
}
type IDubbo2Context ¶
type IProxy ¶
type IProxy interface { Service() IServiceWriter SetParam(*Dubbo2ParamBody) GetParam() *Dubbo2ParamBody SetAttachment(string, interface{}) Attachments() map[string]interface{} }
type IRequestReader ¶
type IServiceReader ¶
type IServiceWriter ¶
Click to show internal directories.
Click to hide internal directories.