Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NumberFilter ¶
type NumberFilter struct {
// contains filtered or unexported fields
}
func NewNumberFilter ¶
func NewNumberFilter(n int, l *list.List) *NumberFilter
func (*NumberFilter) Invoke ¶
func (f *NumberFilter) Invoke(ctx SpringWeb.WebContext, chain *SpringWeb.FilterChain)
type RpcService ¶
type RpcService struct{}
func (*RpcService) Err ¶
func (s *RpcService) Err(ctx SpringWeb.WebContext) interface{}
func (*RpcService) OK ¶
func (s *RpcService) OK(ctx SpringWeb.WebContext) interface{}
func (*RpcService) Panic ¶
func (s *RpcService) Panic(ctx SpringWeb.WebContext) interface{}
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService() *Service
Click to show internal directories.
Click to hide internal directories.