Versions in this module Expand all Collapse all v1 v1.0.0 Jun 13, 2026 Changes in this version + type Service struct + func NewService(repo repository.WebhookChannelRepository) *Service + func (s *Service) Create(ctx context.Context, name, url string) (models.WebhookChannel, error) + func (s *Service) DeleteByID(ctx context.Context, id primitive.ObjectID) error + func (s *Service) List(ctx context.Context, page, limit int) ([]models.WebhookChannel, int64, error)