Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { Events chan testkube.WebhookEvent Responses chan WebhookResult }
func (*Server) Listen ¶
func (s *Server) Listen(events chan testkube.WebhookEvent)
func (*Server) RunWorkers ¶
func (s *Server) RunWorkers()
func (*Server) Send ¶
func (s *Server) Send(event testkube.WebhookEvent)
type WebhookResult ¶
Click to show internal directories.
Click to hide internal directories.