Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Register ¶
func Register(name string, factory registry.FactoryFunc[Handler], opts ...registry.Configurer)
func RegistryEntries ¶
Types ¶
type Handler ¶
type Handler interface {
HandleRequest(*http.Request) (attestation.Attestor, error)
}
func NewWebhookHandler ¶
Click to show internal directories.
Click to hide internal directories.