Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallBackFunction ¶
type CallBackFunction func(string, interface{})
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service contains the methods for the service instance
func (*Service) RegisterFunc ¶
func (s *Service) RegisterFunc(funcName string, function ServiceFunction)
type ServiceFunction ¶
type ServiceFunction func(*model.Message, *model.Message, CallBackFunction)
Click to show internal directories.
Click to hide internal directories.