Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBizHandler ¶
func NewDBHandler ¶
func NewUnknownHandler ¶
func NewValidateHandler ¶
func NewValidateHandler(log logger.LogInfoFormat) error2.Handler
Types ¶
type BizHandler ¶
type BizHandler struct { }
func (*BizHandler) Order ¶
func (b *BizHandler) Order() error2.Order
type UnknownHandler ¶
type UnknownHandler struct { }
func (*UnknownHandler) Order ¶
func (u *UnknownHandler) Order() error2.Order
type ValidateHandler ¶
type ValidateHandler struct {
// contains filtered or unexported fields
}
func (*ValidateHandler) Init ¶
func (v *ValidateHandler) Init()
func (*ValidateHandler) Order ¶
func (v *ValidateHandler) Order() error2.Order
Click to show internal directories.
Click to hide internal directories.