Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Processors = []processor.Processor{ new(FsApiProcessor), new(RestApiProcessor), new(ServerProcessor), }
Functions ¶
This section is empty.
Types ¶
type FsApiProcessor ¶ added in v1.4.3
func (*FsApiProcessor) Async ¶ added in v1.4.3
func (f *FsApiProcessor) Async() bool
func (*FsApiProcessor) Filter ¶ added in v1.4.3
func (f *FsApiProcessor) Filter(bean bean.Bean) bool
func (*FsApiProcessor) Order ¶ added in v1.4.3
func (f *FsApiProcessor) Order() int
type RestApiProcessor ¶ added in v1.4.3
func (*RestApiProcessor) Async ¶ added in v1.4.3
func (r *RestApiProcessor) Async() bool
func (*RestApiProcessor) Filter ¶ added in v1.4.3
func (r *RestApiProcessor) Filter(bean bean.Bean) bool
func (*RestApiProcessor) Order ¶ added in v1.4.3
func (r *RestApiProcessor) Order() int
type ServerProcessor ¶ added in v1.4.3
func (*ServerProcessor) Async ¶ added in v1.4.3
func (s *ServerProcessor) Async() bool
func (*ServerProcessor) Filter ¶ added in v1.4.3
func (s *ServerProcessor) Filter(bean bean.Bean) bool
func (*ServerProcessor) Order ¶ added in v1.4.3
func (s *ServerProcessor) Order() int
Click to show internal directories.
Click to hide internal directories.