starter

package
v1.4.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 26, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FsApiProcessor

type FsApiProcessor struct {
	Container web.Server `wire:""`
}

func (*FsApiProcessor) Async

func (f *FsApiProcessor) Async() bool

func (*FsApiProcessor) Do

func (f *FsApiProcessor) Do(bean bean.Bean) error

func (*FsApiProcessor) Filter

func (f *FsApiProcessor) Filter(bean bean.Bean) bool

func (*FsApiProcessor) Order

func (f *FsApiProcessor) Order() int

type RestApiProcessor

type RestApiProcessor struct {
	Container web.Server `wire:""`
	Log       log.Logger `wire:""`
}

func (*RestApiProcessor) Async

func (r *RestApiProcessor) Async() bool

func (*RestApiProcessor) Do

func (r *RestApiProcessor) Do(bean bean.Bean) error

func (*RestApiProcessor) Filter

func (r *RestApiProcessor) Filter(bean bean.Bean) bool

func (*RestApiProcessor) Order

func (r *RestApiProcessor) Order() int

type ServerProcessor

type ServerProcessor struct {
	Log  log.Logger `wire:""`
	Port int        `value:"server.port"`
}

func (*ServerProcessor) Async

func (s *ServerProcessor) Async() bool

func (*ServerProcessor) Do

func (s *ServerProcessor) Do(b bean.Bean) error

func (*ServerProcessor) Filter

func (s *ServerProcessor) Filter(bean bean.Bean) bool

func (*ServerProcessor) Order

func (s *ServerProcessor) Order() int

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL