Documentation ¶
Overview ¶
generated by go-extpoints -- DO NOT EDIT
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Drivers = &driverExt{ newExtensionPoint(new(Driver)), }
Functions ¶
func RegisterExtension ¶
func UnregisterExtension ¶
Types ¶
type Driver ¶
type Driver interface {
Notify(*api.IncidentNotifyRequest) error
}
Click to show internal directories.
Click to hide internal directories.