Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Payload ¶
type Payload struct {
Ref string `json:"ref"`
}
Payload is used to parse the ref out of the payload.
type Server ¶
type Server struct { Address string PlatformProviders map[string]providers.Platform Client client.Client Logger logr.Logger Namespace string Clock providers.Clock }
func (*Server) Handler ¶
func (s *Server) Handler(w http.ResponseWriter, request *http.Request)
Handler handles hook requests made to this operator.
func (*Server) ListenAndServe ¶
Click to show internal directories.
Click to hide internal directories.