Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewNotifyHandler ¶
func NewNotifyHandler(route *echo.Group, service NotifyService)
Types ¶
type NotifyService ¶
type NotifyService interface {
Test(ctx context.Context, req *domain.NotifyTestPushReq) error
}
Click to show internal directories.
Click to hide internal directories.