Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ServerSet = wire.NewSet( NewLogger, hookutil.NewEventRecorder, hookutil.NewFieldIndexer, controller.NewClient, hookutil.TriggerHandlerSet, github.HandlerSet, httphook.HandlerSet, wire.Struct(new(Server), "*"), )
ServerSet provides handlers and the server. nolint: gochecknoglobals
Functions ¶
This section is empty.
Types ¶
type Handler ¶ added in v1.0.0
type Handler interface {
Handle(w http.ResponseWriter, r *http.Request) error
}
Click to show internal directories.
Click to hide internal directories.