Documentation ¶
Index ¶
- type UnimplementedService
- func (s *UnimplementedService) BuildData(ctx context.Context, configurations map[string]interface{}) (map[string]interface{}, error)
- func (s *UnimplementedService) GetSystemDefaultTemplate() string
- func (s *UnimplementedService) PostHookDBTransformConfigs(ctx context.Context, configurations map[string]interface{}) (map[string]interface{}, error)
- func (s *UnimplementedService) PostHookQueueTransformConfigs(ctx context.Context, notificationConfigMap map[string]interface{}) (map[string]interface{}, error)
- func (s *UnimplementedService) PreHookDBTransformConfigs(ctx context.Context, configurations map[string]interface{}) (map[string]interface{}, error)
- func (s *UnimplementedService) PreHookQueueTransformConfigs(ctx context.Context, notificationConfigMap map[string]interface{}) (map[string]interface{}, error)
- func (s *UnimplementedService) Send(ctx context.Context, notificationMessage notification.Message) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UnimplementedService ¶
type UnimplementedService struct{}
UnimplementedService is a base receiver plugin service layer
func (*UnimplementedService) GetSystemDefaultTemplate ¶
func (s *UnimplementedService) GetSystemDefaultTemplate() string
func (*UnimplementedService) PostHookDBTransformConfigs ¶
func (*UnimplementedService) PostHookQueueTransformConfigs ¶
func (*UnimplementedService) PreHookDBTransformConfigs ¶
func (*UnimplementedService) PreHookQueueTransformConfigs ¶
func (*UnimplementedService) Send ¶
func (s *UnimplementedService) Send(ctx context.Context, notificationMessage notification.Message) (bool, error)
Click to show internal directories.
Click to hide internal directories.