package
Version:
v0.0.0-...-9433b64
Opens a new window with list of versions in this module.
Published: Aug 28, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
todo 通过泛型简化handler
func (Handle[T]) ObjectCreated(obj interface{}) (err error)
func (Handle[T]) ObjectDeleted(obj interface{}) (err error)
type Handler interface {
ObjectCreated(interface{}) error
ObjectDeleted(interface{}) error
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.