Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AttachmentMatchJudger ¶
type AttachmentMatchJudger struct {
config.DubboAttachmentMatch
}
func NewAttachmentMatchJudger ¶
func NewAttachmentMatchJudger(matchConf *config.DubboAttachmentMatch) *AttachmentMatchJudger
nolint
func (*AttachmentMatchJudger) Judge ¶
func (j *AttachmentMatchJudger) Judge(invocation protocol.Invocation) bool
nolint
type BoolMatchJudger ¶
nolint
type DoubleRangeMatchJudger ¶
type DoubleRangeMatchJudger struct {
config.DoubleRangeMatch
}
nolint
func (*DoubleRangeMatchJudger) Judge ¶
func (j *DoubleRangeMatchJudger) Judge(input float64) bool
nolint
type ListDoubleMatchJudger ¶
type ListDoubleMatchJudger struct {
config.ListDoubleMatch
}
nolint
func (*ListDoubleMatchJudger) Judge ¶
func (j *ListDoubleMatchJudger) Judge(input float64) bool
nolint
type ListStringMatchJudger ¶
type ListStringMatchJudger struct {
config.ListStringMatch
}
nolint
func (*ListStringMatchJudger) Judge ¶
func (j *ListStringMatchJudger) Judge(input string) bool
nolint
type MethodMatchJudger ¶
type MethodMatchJudger struct {
config.DubboMethodMatch
}
nolint
func NewMethodMatchJudger ¶
func NewMethodMatchJudger(matchConf *config.DubboMethodMatch) *MethodMatchJudger
nolint
func (*MethodMatchJudger) Judge ¶
func (j *MethodMatchJudger) Judge(invocation protocol.Invocation) bool
Judge Method Match Judger only judge on
type StringMatchJudger ¶
type StringMatchJudger struct {
config.StringMatch
}
nolint
func NewStringMatchJudger ¶
func NewStringMatchJudger(matchConf *config.StringMatch) *StringMatchJudger
nolint
Click to show internal directories.
Click to hide internal directories.