Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct { LastSync atomic.Pointer[time.Time] // contains filtered or unexported fields }
func NewController ¶
func (*Controller) EnsureWebhook ¶
func (c *Controller) EnsureWebhook(ctx context.Context) error
func (*Controller) Run ¶
func (c *Controller) Run(ctx context.Context)
func (*Controller) ServeHTTP ¶
func (c *Controller) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.