Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FilterConfig ¶
type FilterItem ¶
type Filters ¶
type Filters []*FilterItem
type IFilter ¶
type IFilter interface {
Check(ctx eoscContext.EoContext) bool
}
func ParseFilter ¶
func ParseFilter(config FilterConfig) (IFilter, error)
type IPChecker ¶ added in v0.17.7
type IPChecker struct {
// contains filtered or unexported fields
}
type IStrategyHandler ¶
type IStrategyHandler interface {
Strategy(ctx eoscContext.EoContext, next eoscContext.IChain) error
}
Click to show internal directories.
Click to hide internal directories.